iiRecord
Agentic AI Atlas · plan_tasks
mcp-prompt:plan-tasksa5c.ai
II.
MCPPrompt JSON

mcp-prompt:plan-tasks

Structured · live

plan_tasks json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/mcp/mcp-prompts-common.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}