Skip to main content
Glama

subscribe

Subscribe an oracle to an event type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNo
oracleNo
event_typeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.5/5.0
Behavior1/5

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

There are no annotations, so the description must carry the full burden of behavioral disclosure. It only states the primary action without revealing side effects, idempotency, whether duplicate subscriptions are allowed, permission requirements, or what the response contains. This is insufficient for an operation that modifies state.

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 description is a single, short sentence with no wasted words. It communicates the main action concisely. However, its brevity comes at the cost of necessary detail, which is a trade-off. Still, from a purely structural standpoint, it is concise and front-loaded.

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

Completeness2/5

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

Given the tool has 3 parameters, no annotations, and no output schema, the description is too minimal to be contextually complete. It omits any mention of return values, error conditions, side effects, or the meaning of the 'tool' parameter. For a tool that creates a subscription, this is a significant gap.

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

Parameters2/5

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

The input schema has 3 parameters with 0% description coverage. The description hints at the meaning of 'oracle' and 'event_type' ('Subscribe an oracle to an event type'), but it leaves 'tool' completely unexplained. It also fails to clarify whether parameters are required or how they relate to each other.

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 'Subscribe an oracle to an event type' clearly states the action (subscribe) and the involved resources (oracle, event type). It distinguishes from sibling tools like 'unsubscribe' and 'list_subscriptions' by indicating this is the action to create a subscription. However, it lacks explicit mention of the 'tool' parameter, making the purpose slightly less complete.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as 'unsubscribe' or 'list_subscriptions'. It does not mention prerequisites, typical scenarios, or additional context like how to use the 'tool' parameter. The intended usage is only implied by the tool name.

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