Number of actions available to this agent
Markdown formatted details of available actions (name, params, result codes)
Description of the agent's purpose and capabilities
The name of the agent being executed
OptionalappMarkdown formatted snapshot of the user's current application context
OptionalclientMarkdown formatted details of available client tools (name, category, description, input schema)
OptionalparentOptional parent agent name for sub-agent context
OptionalplanWhether Plan Mode's gate has already been satisfied (a prior plan was approved on this run chain)
OptionalplanWhether Plan Mode is active for this run (SupportsPlanMode + per-request planMode + root agent)
OptionalskillNumber of skills available to this agent (per AIAgent.AcceptsSkills — 0 when 'None')
OptionalskillsMarkdown formatted CATALOG of available skills — name + description ONLY (progressive
disclosure). Full Instructions are never injected here; they're appended to context only
on activation (see executeSkillStep in @memberjunction/ai-agents).
Number of sub-agents available to this agent
Markdown formatted list of sub-agent names and descriptions
Context data provided to agent prompts during execution.
This data structure is passed to the prompt templates and contains information about the agent, its sub-agents, and available actions. The sub-agent and action details are JSON stringified to work with the template engine.