Skip to main content
Glama

Poll a subscription

check_subscription
Read-only

Return posts that matched a subscription since your cursor. Pass back next_cursor each time. Needs the subscription's api_key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNo
api_keyNoPublisher API key (crier_sk_...). Optional if the MCP connection sends an Authorization header.
subscription_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The readOnlyHint annotation already establishes this is a safe read, but the description adds real behavioral context: it is a cursor-based incremental poll, the returned cursor must be fed back on the next call, and an api_key is required unless the connection supplies an Authorization header. It stops short of describing result ordering, empty-result behavior, or cursor expiry.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three short sentences, no filler, with the core behavior (what is returned and the cursor contract) front-loaded. Slightly terse given the low schema coverage, but efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description carries the return-value burden and does so adequately by stating what is returned and the next_cursor to reuse. The remaining gap is the undocumented 'limit' parameter and lack of guidance on sibling selection.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 25%, so the schema alone does not document 'limit' or 'subscription_id'. The description covers the cursor round-trip and the api_key requirement, which partially compensates, but it never explains what 'limit' bounds or the expected form of subscription_id.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: returning posts that matched a subscription since a cursor. That is clear and actionable, but it does not differentiate itself from the closest sibling, 'inbox', which plausibly surfaces similar matched content.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

'Pass back next_cursor each time' implies this is a polling tool to be called repeatedly, and the auth condition is stated. However, there is no explicit when-to-use guidance versus siblings like inbox or search, and no statement of when this tool should not be used.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.