Skip to main content
Glama

Calera FINSEC — Certified SEC Memory

Query Certified SEC Facts

query_financial_sec
Read-only

Certified SEC fact query. Returns verified values with provenance or SAFE_REFUSAL. Does not invent numbers. Treat SAFE_REFUSAL as success-of-honesty, not a tool failure. Monetary answers default to the filer's reporting currency; request FX conversion via target_currency / usd_only or natural-language 'in USD'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesNatural language financial question. Append 'in USD' (or another supported ISO code) to convert foreign reporting currencies after verified recall.
usd_onlyNoWhen true, forces monetary answers into USD.
low_tokensNoOptional. When true, returns compact ~38-token schema optimized for LLM context windows.
target_currencyNoOptional ISO 4217 code (e.g. USD, EUR) for post-recall FX conversion using audited annual-average rates. Provenance records original_unit, fx_rate, and fx_converted.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
stNoCompact status indicator (OK | REFUSE)
perNoCompact period string
valNoCompact numeric value
hashNoCryptographic filing audit hash
cellsNoValuation pack verified cells dictionary
valueNoVerified financial metric numeric value or computed arithmetic result
periodNoFiscal reporting period
reasonNoExplanation when SAFE_REFUSAL is returned
statusNoVerification status: VERIFIED_SUCCESS | SAFE_REFUSAL | COMPLETE | OK
companyNoCompany name or ticker symbol
conceptNoUS-GAAP / XBRL financial concept
operandsNoUnderlying verified metric operands with accessions
formattedNoFormatted monetary or percentage string
provenanceNoSEC EDGAR filing provenance details

TDQS

A5/5.0
Behavior5/5

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

The annotation already declares readOnlyHint=true, so the tool is safe for reads. The description goes further: it discloses that the tool does not invent numbers, that it returns SAFE_REFUSAL instead of hallucinating, and that monetary answers use the filer's default currency unless FX conversion is requested. This fully documents the honest-failure behavior and currency default, which is critical guidance beyond the annotation.

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 highly efficient: three sentences, each with a distinct purpose. No fluff. It front-loads the core purpose, then adds the critical SAFE_REFUSAL nuance, then the currency defaults. Every sentence earns its place, and the total length is appropriate for the complexity (4 parameters, nuanced behavior).

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?

Given the presence of an output schema (so return structure is documented), 4 parameters fully described, and strong annotations, the description covers everything an agent needs: purpose, refusal behavior, currency handling, and parameter semantics. There's no missing guidance for the complexity level.

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

Parameters5/5

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

Schema description coverage is 100% and the description adds meaning: it explains the 'query' field should be natural language, optionally with 'in USD', and clarifies that 'target_currency' uses audited annual-average rates with provenance. The 'usd_only' boolean is also contextualized as forcing USD conversion. The description adds value by tying parameters to real-world behavior (FX conversion, provenance tracking) that the schema alone doesn't capture.

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 queries Certified SEC facts, returns verified values with provenance or SAFE_REFUSAL, and explains how to handle that response (success-of-honesty). It is distinct from siblings like 'query_sec_metric_exact' or 'compute_sec_cagr' by emphasizing verified/provenance data and honest refusal.

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

Usage Guidelines5/5

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

The description explicitly tells the agent when to use this tool (for certified, provenance-backed answers) and provides corrective guidance: treating SAFE_REFUSAL as a success-of-honesty not a tool failure, and how to request FX conversion via parameters or natural language hints. This helps avoid confusion with sibling tools that might invent or compute values.

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.9/5.0
Disambiguation4/5

Most tools have distinct purposes: CAGR calculation, general algebraic solving, metric querying, sector peer retrieval, and valuation inputs. However, `query_financial_sec` and `query_sec_metric_exact` overlap significantly in returning verified SEC facts, potentially causing confusion about which to use for a given retrieval need.

Naming Consistency3/5

Tool names use mixed prefixes: `query_` for three tools, but `compute_`, `lattice_arith_`, `valuation_`, and `vln_` for others. No single verb-noun pattern is maintained across the set, though names are still readable and descriptive.

Tool Count5/5

Seven tools is a well-scoped number for a specialized financial data server. Each tool serves a clear function without redundancy, and the count is neither too thin nor too heavy for the domain of certified SEC metrics and arithmetic.

Completeness5/5

The tool surface covers the full lifecycle of querying certified SEC data, performing deterministic calculations, retrieving sector peers, and obtaining valuation inputs. An overview tool helps agents understand capabilities. No obvious gaps are present for the stated purpose.