Skip to main content
Glama

Secant Agent Research Pack

search

Paid x402 web search for autonomous agents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query to run through the paid research API.
paymentYesx402 payment proof payload containing resource, amount, wallet, and settlement metadata.
max_resultsNoMaximum number of ranked search results to return.
facilitator_idNoSettlement facilitator id. Use evm-base for Base USDC payments.evm-base
payment_identifierNoOptional idempotency key. Reuse it on retries to return the cached paid result.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It reveals the payment requirement (x402) but omits other important traits such as caching behavior (only hinted by the idempotency key in schema), rate limits, or failure handling. The description is too brief to be transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise (one sentence) and front-loaded with the key paid aspect. However, it is under-specified for a tool with 5 parameters and an output schema; a slightly longer description with critical details would be more helpful.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (5 params, payment payload, output schema) and lack of annotations, the description is insufficient. It does not cover the meaning of the output, how to construct the payment object, or practical usage context, leaving the agent with gaps.

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?

Schema coverage is 100% with clear descriptions for all parameters, so the baseline is 3. The description adds no additional parameter context beyond what the schema provides, meaning it does not enhance understanding but also does not detract.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states it's a paid web search for autonomous agents, clearly indicating the tool's function and its paid nature. It distinguishes from siblings like research_pack and extract_page, which serve different purposes, but lacks detail on the specific resource or result type.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The description implies it's for paid searches but does not specify scenarios or exclusions, leaving the agent without decision rules.

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

B3.2/5.0
Disambiguation4/5

Most tools have distinct purposes (audit, extraction, diff monitor, search, combined pack). The research_pack overlaps with search and extract_page but is explicitly a combined tool, so some confusion is possible but descriptions help.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern (codex_audit, extract_page, monitor_diff, research_pack, search). No mixing of styles.

Tool Count5/5

With 5 tools, the set is well-scoped for a research pack. Each tool serves a distinct function without unnecessary bloat.

Completeness4/5

Covers key research actions: search, extraction, diff monitoring, and a Codex audit. A potential minor gap is lack of a tool for managing or storing research results, but core workflows are present.