iiRecord
Agentic AI Atlas · summarize_thread
mcp-prompt:summarize-threada5c.ai
II.
MCPPrompt JSON

mcp-prompt:summarize-thread

Structured · live

summarize_thread 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:summarize-thread",
  "_kind": "MCPPrompt",
  "_file": "extensions/mcp/mcp-prompts-common.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "summarize_thread",
    "name": "summarize_thread",
    "arguments": [
      {
        "name": "thread_id",
        "description": "Conversation thread id",
        "required": true
      },
      {
        "name": "max_words",
        "description": "Target summary length",
        "required": false
      }
    ],
    "description": "Server-supplied prompt template that asks the model to summarize a chat\nthread into a short brief. Common in chat-platform MCP servers.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-everything",
      "to": "mcp-prompt:summarize-thread",
      "kind": "exposes_prompt",
      "attributes": {}
    }
  ]
}