Skip to main content
Glama

get_quantum_funding

US federal contracts and grants for quantum technology (DOE, NSF, DARPA/DoD, and others), from USAspending.gov. Shows which organizations receive quantum-related federal money, how much, and from which agency. Use to track the quantum supply chain and policy push downstream of the 2026 quantum executive orders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text search (ranked) across recipient, description, and agency.
yearNoFiscal/action year, e.g. "2025".
limitNolimit (default 50, max 200)
sinceNoISO date; awards on or after this action date.
agencyNoAwarding agency or sub-agency (partial match), e.g. Energy, NSF, Defense, DARPA.
offsetNooffset (default 0)
recipientNoRecipient/organization name (partial match), e.g. IonQ, Rigetti, a university.
award_typeNoAward type.
min_amountNoMinimum award amount in USD.

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description must carry the full burden of behavioral disclosure. It does reveal the data source, scope (federal, quantum), and output nature (shows organizations, amounts, agencies). However, it omits any mention of safety characteristics like read-only status, pagination, rate limits, or edge cases, leaving some behavioral ambiguity.

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 two sentences, front-loaded with 'US federal contracts and grants for quantum technology,' and every clause earns its place. It efficiently conveys domain, data source, output content, and a use case with zero fluff.

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?

For a search tool with nine optional parameters and no output schema, the description handles context well by describing what the output contains (organizations, amounts, agencies) and the political/economic context (2026 executive orders). Missing are explicit mentions of pagination or result format, but the essential operational picture is sufficiently complete.

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 the schema already fully documents all nine parameters. The description adds no parameter-specific semantics beyond what the schema provides; it repeats the notion of searching by recipient, agency, and amount but does not elaborate on syntax or formats.

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 tool returns US federal contracts and grants for quantum technology, with a specific data source (USAspending.gov) and covered agencies (DOE, NSF, DARPA/DoD). This distinguishes it from all sibling tools, which focus on trade flows, minerals, regulatory signals, restricted entities, and SEC filings.

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 an explicit use case ('Use to track the quantum supply chain and policy push downstream of the 2026 quantum executive orders'), giving clear context for when to apply the tool. However, it does not explicitly state when not to use it or name alternative tools, though siblings are clearly domain-distinct.

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

Each tool targets a distinct data source (funding, trade, minerals, regulations, entities, filings), and the descriptions clarify their unique purposes. However, search_regulatory_signals and search_restricted_entities have conceptual overlap around compliance/restrictions, so an agent could occasionally confuse them without careful reading.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (get_quantum_funding, get_trade_flows, search_*). The use of 'get' versus 'search' is a meaningful distinction between direct retrieval and query-based lookup, so the naming remains uniform and clear.

Tool Count5/5

Six tools is well within the ideal range for a specialized data server. Each tool covers a distinct aspect of semiconductor supply chain data without redundancy, making the count feel appropriately scoped and manageable.

Completeness4/5

The set covers upstream resources, trade, regulatory signals, entity screening, and market intelligence, which is strong for the domain. The main gap is that get_quantum_funding is specific to quantum technology rather than the broader semiconductor space, leaving general funding data unaddressed.

Resources