Skip to content
AdlyseMCP Docs
Product guideMCP reference
⌘K
Open Adlyse
⌘K
Overview
QuickstartAuthentication
adlyse-insights
adlyse-reports
adlyse-ads
adlyse-workflows
list_workflowsget_workflowrun_workflowget_run_status
adlyse-adminadlyse-all
  1. Overview
  2. adlyse-workflows

get_workflow_schema

Describe the authoring contract for creating and editing workflows. Call this before create_workflow or update_workflow — it is the source of truth for the node/edge JSON shapes, the catalog of node types, and the variable-reference syntax.

Parameters#

None.

Returns#

FieldDescription
node_config_formatThe JSON object shape for entries in node_config
edge_config_formatThe JSON object shape for entries in edge_config
node_typesPer-type purpose + accepted data fields (trigger, llm, tool_call, knowledge_base, assistant, …)
variable_referencesThe @{node___var} syntax for referencing upstream node outputs
node_credentialsHow to assign credential accounts to credentialed nodes
rulesAuthoring constraints (one trigger per workflow, preview-first, …)

Errors#

error_typeWhen
auth_errorMissing / invalid / revoked API key

See also#

  • list_authoring_resources — real ids to plug into node data fields
  • create_workflow / update_workflow — where this contract is consumed