Skip to main content
Glama

get_form_d_funding_leads_payment

Create a live x402 challenge for SEC Form D funding signals. This does not move funds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
sinceYes
statesNo
industry_keywordsNo
include_amendmentsNo
minimum_amount_sold_usdNo0

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral transparency burden. It does usefully disclose that the tool does not move funds, which is a key safety-related behavior. However, it does not explain whether it creates persistent state, requires authentication, expires, or what side effects a 'live challenge' may have.

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 concise: two sentences with no filler. The main action is front-loaded, and the non-mutating caveat is placed right after. It earns its place, though it is terse enough that significant details are missing.

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?

For a six-parameter tool with no annotations and a payment-related domain, this description is incomplete. It does not explain what a live x402 challenge is, how the parameters shape it, or how this relates to the sibling payment tools. An output schema exists, but it cannot compensate for missing usage and parameter semantics.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description was expected to compensate. It does not mention any of the six parameters, including the required 'since' field, nor does it clarify how limit, states, industry_keywords, include_amendments, or minimum_amount_sold_usd affect the results. Agents have no semantic guidance for constructing arguments.

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 names a specific action ('Create a live x402 challenge') and a clear domain ('SEC Form D funding signals'). It is not a tautology and gives the agent a concrete idea of what the tool does. However, 'x402 challenge' is jargon that is not explained, and the description does not differentiate this tool from its payment-related 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?

There is no explicit guidance on when to use this tool versus the sibling tools. The phrase 'This does not move funds' is a useful hint that this is not the final payment submission tool, but it never says to use submit_x402_payment for actual payment, or get_payment_preflight_payment for preflight checks.

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.