Skip to main content
Glama

Prepare an Authorization-Attested Provider Action Ticket

prepare_provider_action

Prepare a signed action ticket for a separately disclosed provider-funded offer returned beside a receipt-bearing NHS discovery result. This step never returns the provider action URL or records a handoff. It requires the discovery receipt and the caller's explicit ticket-authorization attestation. It accepts controlled constraints only—no name, email, contact detail, raw prompt, agent identity, or principal identity fields. Discovery and direct provider access remain free; preparing a ticket charges neither party. Exact v1 wording: https://nothumansearch.ai/privacy#consent-v1

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urgencyNo
offer_idYesProvider-funded offer ID returned separately beside a receipt-bearing NHS discovery result.
search_idYesDiscovery receipt proving the provider appeared organically.
budget_bandNo
region_codeNoOptional uppercase ISO country or country-region code.
demand_topicYesOne controlled topic already present on the referenced search receipt.
consent_versionYeshttps://nothumansearch.ai/privacy#consent-v1
principal_consentYesCaller attests that the human/company principal authorized this ticket preparation under the published versioned wording.
requirement_flagsNo

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 carries the full burden of behavioral disclosure. It clearly states what the tool does NOT do (never returns the URL, never records a handoff), what it requires (receipt and attestation), what it accepts (controlled constraints only), and the cost implications. It also links to the exact consent wording. This is thorough and transparent for a tool with no annotations.

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 three sentences long and front-loaded with the core purpose. Each sentence adds distinct information: what it does, what it doesn't do, and its requirements/cost. There is no repetition or filler. It is concise yet information-dense.

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 description covers the tool's purpose, prerequisites, constraints, side effects, and consent wording. However, it does not describe the return value or response format, which could be relevant for an agent invoking the tool. Given that there is no output schema, a brief note on what is returned would improve completeness, but the description still provides sufficient context for safe and correct invocation.

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 schema already documents most parameters (67% coverage), but the description adds meaningful context beyond the schema: it clarifies that only controlled constraints are allowed and explicitly lists prohibited fields (name, email, contact details, etc.), which is not obvious from the schema. It also ties 'search_id' to a discovery receipt and 'offer_id' to a provider-funded offer, reinforcing the tool's purpose. This adds value beyond the structured 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 specific verb and resource: 'Prepare a signed action ticket for a separately disclosed provider-funded offer returned beside a receipt-bearing NHS discovery result.' This immediately identifies the tool's unique function, and the explicit statement that it 'never returns the provider action URL or records a handoff' clearly distinguishes it from the sibling tool 'handoff_provider_action'.

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 provides clear context for when to use this tool: it requires a discovery receipt and explicit attestation, and it states that it does not perform a handoff. This implicitly guides the agent to use a different tool when a handoff is needed, though it does not explicitly name the alternative. It also notes cost implications, which helps the agent decide whether to invoke this tool.

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