You're viewing a demo portfolio

Join the waitlist
PRSM

get_digest

Active

Tool of Zipp

declared in 1.27.1

Full detail of a single Editor Digest — title, standfirst, full HTML body, FAQ, sentiment, and tickers. Pass the editor slug and a digest date (YYYY-MM-DD) or slug; omit the date to get that editor's latest published digest. Use get_digests to discover editors + dates.

Parameters schema

{
  "type": "object",
  "title": "get_digest_toolArguments",
  "required": [
    "editor_slug"
  ],
  "properties": {
    "lang": {
      "type": "string",
      "title": "Lang",
      "default": "en-US"
    },
    "editor_slug": {
      "type": "string",
      "title": "Editor Slug"
    },
    "date_or_slug": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Date Or Slug",
      "default": null
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Zipp

https://github.com/deficlow/zipp-mcp

2/7 registries
View full server →