Forethought · Schema

Forethought Solve Context Variable

A context variable available in a Forethought Solve workspace. Context variables are values passed into a Solve conversation to personalize responses or drive workflow branching.

Artificial IntelligenceCustomer-SupportCustomer ServiceGenerative AISupportGPTConversational AITicket TriageAgentic AIVoice AIHelp DeskMulti-Agent

Properties

Name Type Description
context_variable_id string Stable identifier for the context variable.
display_name string Human-friendly variable label as shown in the Solve workbench.
is_predefined boolean True for variables built into Solve; false for workspace-defined variables.
context_variable_type string Data type of the variable's value.
View JSON Schema on GitHub

JSON Schema

forethought-context-variable-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/forethought/main/json-schema/forethought-context-variable-schema.json",
  "title": "Forethought Solve Context Variable",
  "description": "A context variable available in a Forethought Solve workspace. Context variables are values passed into a Solve conversation to personalize responses or drive workflow branching.",
  "type": "object",
  "properties": {
    "context_variable_id": {
      "type": "string",
      "description": "Stable identifier for the context variable."
    },
    "display_name": {
      "type": "string",
      "description": "Human-friendly variable label as shown in the Solve workbench."
    },
    "is_predefined": {
      "type": "boolean",
      "description": "True for variables built into Solve; false for workspace-defined variables."
    },
    "context_variable_type": {
      "type": "string",
      "enum": ["string", "number", "boolean", "list", "object"],
      "description": "Data type of the variable's value."
    }
  },
  "required": ["context_variable_id", "display_name", "context_variable_type"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/forethought-context-variable"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.