Skip to main content
Glama

Continue Through an NHS-Observed Provider Handoff

handoff_provider_action

Present the exact ticket bearer returned by prepare_provider_action. NHS records one privacy-safe handoff receipt, then returns the attributed provider action URL. Optionally and separately, the principal may authorize the exact DNS-verified provider to resolve only the ticket's controlled topic, region, USD budget band, urgency, and allowlisted requirement flags. Declining that optional disclosure does not block the handoff. No query, contact detail, agent/principal identity, network address, referrer, or user-agent is disclosed. The handoff and resolver charge neither party; only the provider's configured downstream outcome can create a provider charge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ticket_idYesAction ticket ID returned by prepare_provider_action.
attribution_tokenYesExact bearer returned by prepare_provider_action; NHS does not store the raw token.
handoff_consent_versionYeshttps://nothumansearch.ai/privacy#handoff-consent-v1
principal_handoff_consentYesCaller attests the principal authorized the separate observed handoff under the exact published wording.
controlled_intent_disclosure_consent_versionNohttps://nothumansearch.ai/privacy#controlled-intent-disclosure-consent-v1; required only when the optional disclosure consent is true.
principal_controlled_intent_disclosure_consentNoOptional separate authorization for the exact DNS-verified provider to resolve the bounded controlled-intent bundle after handoff. False or omitted does not block handoff.

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description fully carries the transparency burden. It proactively discloses privacy guarantees (no query, contact detail, identity, network address, referrer, or user-agent is disclosed) and cost implications (neither party charged; only downstream outcome can create a provider charge). It also clarifies that the handoff receipt is privacy-safe and that declining optional disclosure is non-blocking, providing comprehensive 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 five sentences, each adding distinct value: the core action, the receipt/return, the optional disclosure, the privacy scope, and the cost model. It is front-loaded with the primary purpose and contains no filler or redundant restatements of annotations.

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?

The tool has a complex consent workflow and no output schema, yet the description covers the main flow, return value (provider action URL), optional consent, privacy, and cost. It could additionally document failure modes or idempotency, but for a handoff continuation tool, the description adequately prepares an agent to invoke it correctly.

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?

Schema coverage is 100%, so the baseline is 3. The description adds meaning by detailing exactly what the optional controlled-intent disclosure covers ('the ticket's controlled topic, region, USD budget band, urgency, and allowlisted requirement flags'), which is not specified in the schema's generic reference to a 'bounded controlled-intent bundle'. This helps the agent understand the semantic scope of the optional consent parameters.

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 the tool's function: 'Present the exact ticket bearer returned by prepare_provider_action', after which NHS records a handoff receipt and returns the attributed provider action URL. This specific verb+resource pairing distinguishes it from the sibling prepare_provider_action by referencing it as the source, making the tool's role in the workflow unambiguous.

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 explicitly ties usage to the output of prepare_provider_action, implying the correct sequence. It also explains the optional controlled-intent disclosure and notes that declining it does not block the handoff, providing clear conditional usage. However, it does not explicitly exclude alternatives or describe when not to use the tool, only relying on the sequential dependency.

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.3/5.0
Disambiguation4/5

Most tools have distinct purposes, but there is some overlap between check_url and get_site_details (both provide readiness reports) and between search_agents and find_mcp_servers (both return indexed sites). The descriptions clarify the differences, but an agent could still pick the wrong one without careful reading.

Naming Consistency4/5

The tools mostly follow a verb_noun pattern (check_url, get_stats, submit_site), but recent_additions deviates by using an adjective_noun form, and handoff_provider_action uses a noun-like verb. These minor inconsistencies are readable but not fully uniform.

Tool Count5/5

With 14 tools, the set is within the ideal range for a service of this scope. Each tool covers a distinct aspect of discovery, verification, monitoring, and provider actions, without feeling bloated or too sparse.

Completeness5/5

The tool surface covers the full lifecycle: searching (search_agents), browsing (find_mcp_servers, get_top_sites, recent_additions), retrieving details (get_site_details), verifying (check_url, verify_mcp), submitting (submit_site), monitoring (register_monitor), and the provider action workflow (prepare_provider_action, handoff_provider_action, record_action_interest). No obvious gaps or dead ends.

Resources