Skip to main content
Glama

Shoon A2A Trust Services (pilot)

news_tripwire

Watch a public URL (e.g. an RSS/Atom feed or a news page) for keywords. Register a tripwire, then trigger a check: the sandbox fetches the URL over plain HTTPS and reports whether each keyword appears, with match counts and snippet context. In the sandbox, checks run on demand via the check action (no background scheduler yet); recurring schedules arrive in Phase 1. Sandbox: free during the testing phase, testnet semantics, deliverables Ed25519-signed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputNo
quote_idNoMachine flow: a quote_id from POST /quote for this service. When given, the quote's input is used and the X-PAYMENT header must authorize that quote. Human flow (X-API-KEY): pass input instead.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and does so thoroughly: it discloses plain-HTTPS fetching, per-keyword match counts and snippet context, on-demand sandbox execution, no recurring scheduler yet, testnet semantics, and Ed25519-signed deliverables. This goes well beyond the bare schema.

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?

Two dense sentences front-load the core purpose and output, then add environment and limitation context without filler. Every sentence earns its place.

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?

For a no-output-schema, no-annotation tool with two actions and a nested input object, the description is missing action-specific parameter requirements: it doesn't state that register needs url/label or that check consumes tripwire_id. The output summary is covered, but the calling contract is incomplete.

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 description clarifies the meaning of action, keywords, and URL, and implies tripwire_id through the register/check workflow. However, it never explains the label parameter or which fields are required for register versus check, so the agent must infer key input semantics from the schema.

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 opens with a concrete action and resource: 'Watch a public URL ... for keywords,' then names the register and check actions and what the check reports. This clearly distinguishes it from unrelated siblings like citation_audit or structured_extraction.

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?

It gives a clear workflow: register a tripwire first, then trigger a check, and notes checks are on-demand with no background scheduler yet. It doesn't explicitly describe alternatives or when-not-to-use, but no sibling is an obvious alternative, so the usage context is sufficient.

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.