Skip to main content
Glama

Secant Agent Research Pack

Server Details

Paid MCP web research for agents: search, extraction, citations, and x402 payment discovery.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
jnilrac/secant-agent-research-mcp
GitHub Stars
1
Server Listing
Secant Agent Research

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsC

Average 2.8/5 across 5 of 5 tools scored.

Server CoherenceA
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.

Available Tools

5 tools
codex_auditCInspect

Paid x402 Codex audit entrypoint. Use the REST /codex/jobs endpoint to queue execution.

ParametersJSON Schema
NameRequiredDescriptionDefault
promptYesCode, configuration, or architecture review prompt for the paid Codex audit.
paymentYesx402 payment proof payload containing resource, amount, wallet, and settlement metadata.
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

ParametersJSON Schema
NameRequiredDescription

No output parameters

Behavior2/5

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

No annotations are provided, and the description is minimal. It does not disclose whether the tool is a read or write operation, side effects, authentication needs, or rate limits. The phrase 'paid' hints at payment but lacks specifics.

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 very short but under-specified. It sacrifices clarity for brevity, and the mention of a REST endpoint feels out of place.

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?

Despite having an output schema and full parameter coverage, the description lacks essential context about the tool's workflow, payment handling, and idempotency. It is incomplete for an agent to confidently invoke.

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?

The input schema covers 100% of parameters with descriptions, so the description adds no extra semantic value. Baseline score of 3 is appropriate.

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

Purpose3/5

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

The description identifies the tool as a 'paid x402 Codex audit entrypoint' but does not clearly state what action the tool performs. The reference to a REST endpoint is ambiguous and fails to differentiate this tool from siblings.

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 explicit guidance on when to use or avoid this tool. The description mentions using a REST endpoint but provides no context compared to alternatives like extract_page or search.

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

extract_pageCInspect

Paid x402 page extraction for one to twenty URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlsYesHTTP URLs to extract. Limited to 20 pages per request.
paymentYesx402 payment proof payload containing resource, amount, wallet, and settlement metadata.
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

ParametersJSON Schema
NameRequiredDescription

No output parameters

Behavior2/5

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

With no annotations, the description carries full burden. It discloses that the operation is paid and limited to 20 URLs, but does not explain payment mechanics, failure modes, or authorization requirements. This is insufficient for a paid tool.

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

Conciseness4/5

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

The description is extremely concise with a single sentence. It front-loads key information (paid, x402, range). However, it could be slightly more informative without being verbose, e.g., mentioning the payment requirement leads to a score of 4 rather than 5.

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 complexity of a paid extraction tool with an output schema and nested objects, the description is too sparse. It lacks details about the x402 protocol, payment flow, and appropriate use cases relative to sibling tools. The output schema exists but the description should still provide high-level context.

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 description coverage is 100%, so baseline is 3. The description adds no additional meaning beyond what the schema already provides (e.g., URL count is already in minItems/maxItems). No extra context on payment or facilitator_id semantics.

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 paid x402 page extraction for 1-20 URLs. It specifies the verb 'extraction' and resource 'page'. However, it does not explicitly differentiate from sibling tools like search or research_pack, though the 'paid' hint sets it apart.

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. There is no mention of prerequisites, exclusions, or typical scenarios. The description only states what it does, not when it should be used.

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

monitor_diffCInspect

Paid x402 page diff monitor.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesHTTP URL to fetch and compare for the diff monitor.
paymentYesx402 payment proof payload containing resource, amount, wallet, and settlement metadata.
previous_hashNoOptional previous content hash to compare against the current page.
previous_textNoOptional previous page text to compare against the current page.
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

ParametersJSON Schema
NameRequiredDescription

No output parameters

Behavior2/5

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

No annotations are provided, and the description only mentions 'Paid x402' but does not disclose key behavioral traits such as required permissions, data handling, or side effects beyond the payment aspect.

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 very short, which is concise but lacks sufficient detail. It is front-loaded but at the cost of completeness.

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?

Despite having 6 parameters and an output schema, the description provides minimal context. It fails to explain core functionality, return behavior, or how the payment integrates with the diff monitoring.

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?

Input schema covers 100% of parameters with descriptions. The tool description adds no additional meaning beyond the schema, so it meets the baseline expectation.

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

Purpose3/5

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

The description 'Paid x402 page diff monitor' vaguely indicates it monitors page differences, but lacks a specific verb and clear resource object. It does not differentiate from siblings like extract_page or research_pack.

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 on when to use this tool versus alternatives (codex_audit, extract_page, etc.). No context about prerequisites or exclusions.

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

research_packBInspect

Paid x402 research pack: search plus extraction and citations.

ParametersJSON 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.
extract_pagesNoNumber of top search results to extract for the research pack.
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

ParametersJSON Schema
NameRequiredDescription

No output parameters

Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions 'paid x402' but does not disclose how payment is processed, what happens on failure, or any other behavioral traits (e.g., idempotency via payment_identifier is only in 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.

Conciseness3/5

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

The description is very concise (one sentence) but lacks structure or front-loading. It could be expanded to better serve the agent without being verbose.

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 presence of an output schema and 100% parameter coverage, the description still lacks completeness. It does not explain the payment process or when to use this tool over free alternatives, leaving gaps for an AI agent.

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 description coverage is 100%, so baseline is 3. The description adds minimal value beyond the schema; it just says 'search plus extraction and citations' which is already implied by 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 it's a paid research pack that includes search, extraction, and citations. It distinguishes from siblings like 'search' (only search) and 'extract_page' (only extraction).

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 it is a paid tool but does not explicitly state when to use it versus alternatives (e.g., the free search tool). There is no guidance on when not to use it or mention of prerequisites like having a wallet for payment.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    MCP server providing web intelligence tools for AI agents, including fetching pages as markdown, rendering JS-heavy SPAs, extracting structured data, multi-source research, and domain availability checks, with automatic x402 micropayments.
    627
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    MCP server providing 11 pay-per-call web intelligence tools (page reading, PDF extraction, RSS parsing, screenshots, summarization, structured data extraction) for AI agents, paid automatically in USDC via the x402 protocol on Base mainnet with no API keys required.
    187
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.