item
ActiveTool of mcp-the-guardian
Fetch a single Guardian article by its content ID (e.g. "world/2024/jan/15/..."). Returns full body text, tags, related elements, and references. Use after search returns an article you want the full text of.
Parameters schema
{
"type": "object",
"examples": [
{
"id": "world/2024/jan/15/article-title"
},
{
"id": "politics/2024/feb/20/article-title",
"show_tags": "all",
"show_fields": "byline,standfirst,body"
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "string"
},
"show_tags": {
"type": "string"
},
"show_blocks": {
"type": "string"
},
"show_fields": {
"type": "string"
},
"show_references": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-the-guardian
https://github.com/pipeworx-io/mcp-the-guardian
2/7 registries