Skip to main content
Glama

Signal Nodus SEC Filings

Cheapest-chain gas

gas_optimizer
Read-only

Experimental (outside the core SEC path; not covered by the published accuracy eval, may change or be withdrawn): Live network fee across Base, Arbitrum, and Ethereum, expressed as the USD cost of a standard native transfer so chains compare on money, with the cheapest chain named. Network fee only, not a route or swap quote. Costs $0.05 per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainsNoComma list from base, arbitrum, ethereum. Default all three.

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, so the description correctly does not repeat that. It adds significant behavioral context: experimental status, exclusion from accuracy eval, potential to change or be withdrawn, the $0.05 per-call cost, and the limitation to network fee only. These go well beyond the structured fields and set accurate expectations for an agent.

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 a single, dense sentence that packs multiple important clauses (cost, chains, metric, exclusions, price, experimental caveat). Every clause carries useful information with no filler, though the density could be seen as slightly heavy. It is front-loaded with 'Experimental' to set expectations immediately, which is effective.

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

Completeness5/5

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

For a one-parameter tool with no output schema, the description is remarkably complete. It explains what is returned conceptually (USD costs per chain and identification of the cheapest), sets a clear boundary (network fee only), and flags all critical caveats (cost, experimental, not a quote). An agent has everything needed to decide whether and how to call it correctly.

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%: the only parameter 'chains' is fully described in the schema (comma list, allowed values, default). The tool description adds no additional parameter-level detail beyond that, so it meets the baseline of 3 but does not exceed it.

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 the specific verb ('Compare live network fees'), the resource ('across Base, Arbitrum, and Ethereum'), and the metric ('USD cost of a standard native transfer'). It also explicitly names the output concept ('cheapest chain named'), which distinguishes it from a generic gas-price tool like evm_gas. The mention of 'not a route or swap quote' further disambiguates it from swap-related tools.

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 provides strong usage context: it is for comparing gas costs across chains, with a cost per call and experimental status. It explicitly states it is not a route or swap quote, which is a clear exclusion. However, it does not explicitly name alternatives (e.g., evm_gas for single-chain gas price) or give a 'when not to use' beyond that, so it earns a 4 rather than 5.

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

A3.5/5.0
Disambiguation3/5

Most tools have clearly written descriptions, but several pairs overlap semantically: token_price/token_report, latest_filings/recent_filings, and institutional_holdings/who_holds/activist_stakes all require careful reading to pick the right one. The overlap is not severe enough for a 2, but it is still more than the occasional confusion.

Naming Consistency3/5

Names are consistently snake_case and mostly descriptive, but the set does not follow one naming convention. It mixes noun phrases (crop_data, token_report, insider_trades) with verb phrases (lookup_company, compare_filings, verify_financial_claim), and pairs like latest_filings/recent_filings create avoidable confusion.

Tool Count2/5

31 tools is too many for what is nominally an SEC Filings server, and the scope sprawls into unrelated domains such as EVM gas, tokens, prediction markets, crop data, and x402 auditing. The count does not feel earned by a coherent workflow; it feels like an uncurated bundle of endpoints.

Completeness3/5

The SEC filing workflow is reasonably covered: company lookup, search, latest/recent filings, section extraction, 8-K events, comparisons, ownership filings, and XBRL financial checks are all present. However, there is no full-filing retrieval endpoint, no deep company financial history beyond a single concept, and many non-SEC subdomains are only one-off data points, so the overall surface is still incomplete.