Skip to main content
Glama

Record Caller-Attested Action Interest

record_action_interest

Record the caller's attestation that its human or company principal currently wants one controlled next step with a site returned organically by a receipt-bearing NHS discovery tool. This creates a private Stage 1 demand receipt that expires with the source discovery receipt, no later than 30 days after it. It does not contact the provider, create an action ticket or charge, change rank or score, or count as commercial proof. No query, contact data, free-form text, or agent/principal identity is accepted. Exact v1 wording: https://nothumansearch.ai/privacy#action-interest-v1

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesBare domain that appeared in the referenced organic results; no scheme or path.
search_idYesCommitted privacy-safe receipt returned by a receipt-bearing NHS discovery tool.
action_typeYesThe one next step the principal currently wants.
confirmation_versionYeshttps://nothumansearch.ai/privacy#action-interest-v1
caller_attests_principal_interestYesCaller attests current principal interest under the exact published v1 wording; this is not authority to contact the provider.

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description fully discloses behavior: it creates a private, expiring receipt, takes no provider contact, does not alter commercial metrics, and has exact v1 wording linked. It also clarifies that caller attestation is not authority to contact the provider, which prevents misuse.

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?

Four dense sentences, front-loaded with purpose, each adding essential behavioral or constraint information. No fluff or repetition of schema field names beyond what is needed.

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 purpose, constraints, expiry, and non-effects, which is strong. However, with no output schema, it does not state the expected return value or possible error conditions, leaving a small but meaningful gap for an agent invoking the 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?

Schema covers 100% of parameters, so baseline is 3; the description adds semantic constraints by stating what is not accepted (query, contact data, free-form text, identity) and clarifying the attestation's limited scope. It also links the exact confirmation wording, giving meaning beyond the enum values.

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 ('Record') and precisely defines the object: the caller's attestation of principal interest in one controlled next step with an organically returned site. It explicitly contrasts with sibling action tools by stating it does not contact the provider or create an action ticket, making its purpose 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 gives clear context: it is for recording a private Stage 1 demand receipt, with explicit exclusions (no contact, no ticket, no charge, no rank change) and constraints (expires, accepts no query/contact/free-text data). It does not name an alternative tool, but the exclusions tell an agent what this tool is not for and effectively when to use it.

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