Skip to main content
Glama

catalog

List EventEdge x402 paid signal endpoints

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. The verb 'List' clearly implies a read-only enumeration, which is helpful, but the description does not explicitly state that this operation has no side effects, require no auth, or describe return format or pagination. 'List' provides a baseline but not rich behavioral context.

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

Conciseness5/5

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

The description is a single concise sentence with no filler. The core verb and resource are front-loaded, and every word contributes meaning. It is an example of efficient, appropriately sized prose.

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?

For a zero-parameter read-only list operation, the description provides sufficient information to understand the tool's purpose and invoke it. The main omission is the lack of any context about the sibling 'teasers' or what the endpoints represent, but these are not required for correct invocation of this simple tool.

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

Parameters4/5

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

The tool has zero parameters, and the schema is an empty object. The standard baseline for zero-parameter tools is 4 because there are no parameter semantics to document. The description adds no parameter details, but none are needed.

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 uses a specific verb ('List') and names a concrete resource ('EventEdge x402 paid signal endpoints'), making the tool's function clear. It does not explicitly differentiate from the sibling tool 'teasers', but the resource scope is distinctive enough for most agents.

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?

No guidance is provided about when to use this tool versus 'teasers' or any alternative. The description simply states what the tool does, leaving the agent to infer usage context. With a sibling tool present and no comparison, the absence of usage guidance is a notable gap.

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.

TDQS

B3.4/5.0
Disambiguation4/5

The two tools have distinct purposes: catalog exposes paid signal endpoints, while teasers shows sanitized opportunity previews. Some overlap exists in that both are list-style operations, but the descriptions make the boundary clear.

Naming Consistency3/5

Both tool names are single-word plural nouns, so they follow a consistent pattern, but the pattern is unconventional for MCP tools and lacks a verb indicating the action. This is readable but less predictable than a verb_noun convention.

Tool Count3/5

With only two tools, the server feels thin for an 'Oracle' service, but for a narrow discovery-focused interface it is arguably sufficient. The count is borderline but not unreasonable.

Completeness2/5

The server covers listing paid endpoints and teasers, but there is no tool to retrieve or execute access to the paid signal itself. Unless all payment and signal delivery happens entirely outside the MCP interface, the workflow has a significant gap.

Resources