II.
MCPPrompt JSON
Structured · livemcp-prompt:plan-tasks
plan_tasks json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "mcp-prompt:plan-tasks",
"_kind": "MCPPrompt",
"_file": "extensions/mcp/mcp-prompts-common.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "plan_tasks",
"name": "plan_tasks",
"arguments": [
{
"name": "goal",
"description": "High-level goal",
"required": true
},
{
"name": "constraints",
"description": "Hard constraints",
"required": false
}
],
"description": "Prompt template exposed by planner-style MCP servers; returns a structured\nplan-of-tasks the host agent can execute.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "tool-server:mcp-everything",
"to": "mcp-prompt:plan-tasks",
"kind": "exposes_prompt",
"attributes": {}
}
]
}