II.
MCPPrompt JSON
Structured · livemcp-prompt:summarize-thread
summarize_thread json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}