Skip to main content
Glama

Rating action and payTo change feed

mcpfax_payto_change_feed
Read-onlyIdempotent

Chronological feed of rating actions since a date: grade upgrades and downgrades, payTo wallet changes (a seller redirecting payment), listing removals, and returns. Use this to monitor a portfolio of endpoints for adverse changes rather than re-scoring each one. The feed cannot return events from before the observatory archive started; the response reports coverage.archive_since, coverage.rating_actions_recorded, and whether the requested window predates the archive. Costs $0.001 USDC per call via x402 on Base.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNoInclusive UTC start date in YYYY-MM-DD form, e.g. '2026-07-01'. Defaults to 30 days ago, but the feed cannot return events from before the archive start reported by GET /health; the response echoes effective_since and coverage.archive_since.

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, but the description adds significant behavioral context beyond that: the feed cannot return events before the archive started, it reports coverage.archive_since and rating_actions_recorded, and it costs $0.001 USDC per call via x402. These are valuable operational details with no contradiction.

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 four sentences, each contributing essential info: what the feed is, event types, when to use it, a key limitation, and cost. No filler or redundancy, and it is front-loaded with the core purpose.

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?

Given one optional parameter and no output schema, the description covers the main aspects: purpose, event types, usage guidance, limitation, response fields, and cost. It does not detail the exact structure of each event, but for a feed with these listed event types it is largely complete. A bit more about return format would push it to 5.

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?

The only parameter 'since' has 100% schema description coverage, with the schema explaining format, default, and archive behavior. The tool description mentions 'since a date' but adds no extra semantics beyond the schema. Per rubric, high schema coverage yields baseline 3.

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 clearly states what the tool does: provides a chronological feed of rating actions with specific event types (grade upgrades/downgrades, payTo wallet changes, listing removals, returns). It distinguishes from siblings by emphasizing monitoring a portfolio for adverse changes rather than re-scoring each one, which separates it from scoring/estimation tools.

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

Usage Guidelines4/5

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

The description gives an explicit use case: 'Use this to monitor a portfolio of endpoints for adverse changes rather than re-scoring each one.' This provides clear context and a rationale, though it does not explicitly name alternative tools or say when not to use it. The limitation about archive start is also useful guidance.

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

A4.7/5.0
Disambiguation5/5

Each tool targets a distinct aspect: endpoint risk, revenue, integration drift, payer profile, change feed, preflight, and wallet authenticity. The descriptions explicitly differentiate them, even when two tools involve wallets or risk, making misselection unlikely.

Naming Consistency5/5

All tool names follow the same mcpfax_ prefix followed by a descriptive compound noun (endpoint_credit_score, integration_drift, payto_change_feed). The pattern is uniform and predictable, differing only in the domain-specific phrase.

Tool Count5/5

Seven tools is within the ideal 3-15 range and well-scoped for a reliability-focused MCP server. Each tool covers a necessary function without redundancy, from pre-flight checks to ongoing drift monitoring.

Completeness5/5

The server covers the full lifecycle of managing reliability: pre-integration vetting (credit, revenue, wallet checks), post-integration monitoring (drift, change feed), and pre-call verification (preflight). The feed and drift tools handle ongoing awareness, leaving no obvious dead ends.

Resources