@kazuph/mcp-pocket

by kazuph

pocket_get_articles

Retrieve unread articles from Pocket API to access IDs, titles, URLs, and excerpts. Specify a count (1-20) to fetch articles directly into your workflow.

Instructions

Fetches the latest unread articles from Pocket API. Returns up to 20 articles by default. You can specify the number of articles to fetch (1-20) using the count parameter. Returns the article ID, title, URL, and excerpt for each article.

Input Schema

NameRequiredDescriptionDefault
countNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 20, "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from @kazuph/mcp-pocket

Related Tools

ID: 1e2o9ooltu