You're viewing a demo portfolio

Join the waitlist
PRSM

item

Active

Tool of mcp-the-guardian

declared in 0.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-the-guardian

https://github.com/pipeworx-io/mcp-the-guardian

2/7 registries
View full server →