Skip to main content
Glama

search

Run ranked web searches for autonomous agents. Pay to get structured search results from a live API.

Instructions

Run ranked web search for autonomous agents.

Unpaid calls return the upstream HTTP 402/x402 payment requirement before execution. Paid retries with a valid payment proof return structured search results from the live Secant Agent Research API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesNatural language web search query to run for the agent.
max_resultsNoMaximum number of ranked search results to return.
paymentNoOptional x402 payment proof returned by the buyer after accepting the 402 payment requirement.
payment_identifierNoOptional idempotency key/payment identifier used to retry safely without rerunning expensive work.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the payment gate (HTTP 402) and the live API source, providing essential behavioral context beyond the 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?

The description is only two sentences, concise and front-loaded with the core action. Every sentence adds value without redundancy.

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?

Given the complexity (payment system, 4 params, output schema), the description covers the payment flow clearly. It could mention the output schema or provide sibling differentiation, but existing output schema mitigates the need.

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%, so the baseline is 3. The description adds no extra meaning to parameters beyond what's in the schema, such as clarifying 'payment_identifier' as idempotency key.

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 clearly states the tool performs ranked web search, specifying it's for autonomous agents. However, it does not explicitly distinguish from sibling tools like extract_page or research_pack, which could cause ambiguity.

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

Usage Guidelines3/5

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

The description implies usage context through payment requirements (unpaid vs paid), but lacks explicit guidance on when to use this tool over alternatives like extract_page or research_pack.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jnilrac/secant-agent-research-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server