get_digest
ActiveTool of Zipp
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
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Zipp
https://github.com/deficlow/zipp-mcp
2/7 registries