II.
MCPPrompt JSON
Structured · livemcp-prompt:review-pr
review_pr json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "mcp-prompt:review-pr",
"_kind": "MCPPrompt",
"_file": "extensions/mcp/mcp-prompts-common.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "review_pr",
"name": "review_pr",
"arguments": [
{
"name": "pr_url",
"description": "Pull request URL",
"required": true
}
],
"description": "Code-review prompt template typically exposed by github / gitlab MCP\nservers. Bundles repository conventions and reviewer persona.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "tool-server:mcp-everything",
"to": "mcp-prompt:review-pr",
"kind": "exposes_prompt",
"attributes": {}
}
]
}