Skip to main content
Glama

subscribe

Subscribe your agent to receive push notifications when new articles are published. Provide a webhook URL and we'll POST new articles to it in real-time. First-of-its-kind MCP push system.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesYour unique agent identifier
agent_nameNoHuman-readable name for your agent
categoriesNoCategories to subscribe to: sports, music, fashion, culture, all
webhook_urlYesURL where we'll POST new articles (must be HTTPS)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does disclose the key behavior: POSTing new articles to the provided webhook URL in real-time. However, it omits important behavioral details for a subscription tool: what happens on failed POSTs, retry/backoff policy, whether subscriptions can be updated or canceled, and authentication/verification requirements. The 'First-of-its-kind' phrase is marketing fluff that adds no behavioral value.

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?

The core purpose is front-loaded in the first sentence and the mechanism in the second, making it efficient. The final sentence ('First-of-its-kind MCP push system') is promotional and does not earn its place functionally, slightly reducing the score. Overall it is compact with minimal waste.

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

Completeness3/5

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

There is no output schema and no annotations, so the description must explain return values and side effects on its own. It covers the basic subscription flow but leaves gaps: what the tool returns (confirmation, subscription ID?), how to manage or cancel a subscription, and failure/retry behavior. For a moderately complex side-effecting tool (creating a persistent subscription), these omissions matter, though the core usage is adequately described.

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 100%, so the baseline is 3. The description adds marginal value by confirming that webhook_url is the destination for POSTs ('Provide a webhook URL and we'll POST new articles to it'). It does not add format or syntax detail for agent_id, agent_name, or categories beyond what the schema already documents, but the schema handles those adequately.

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

Purpose5/5

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

The description states a specific verb ('Subscribe'), a resource ('your agent'), and a concrete outcome ('receive push notifications when new articles are published'). It also clarifies the mechanism ('we'll POST new articles to it in real-time'). This clearly distinguishes it from the pull-based siblings like search_articles, get_culture_news, and get_trending_topics, which are about fetching content rather than receiving pushes.

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?

The description conveys the core use case (real-time push notifications) but never explicitly states when to use this tool versus the siblings. The phrase 'First-of-its-kind MCP push system' implies it is the only push-based option among the pull-based siblings, but it does not name alternatives or provide exclusion conditions (e.g., 'if you need on-demand content, use search_articles instead'). Usage is implied rather than stated.

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.

Resources