data-access
Server Details
Verified federal funding intelligence with sealed provenance; verify any figure at no charge.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
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.
Tool Definition Quality
Average 3.7/5 across 6 of 6 tools scored. Lowest: 3.1/5.
Each tool targets a distinct aspect: document metadata, state profiles, sub-initiative ledgers, deadlines, program search, and cryptographic verification. No overlapping purposes.
All tools use a consistent verb_noun pattern (get_, list_, search_, verify_) in snake_case, with no deviations.
6 tools is well-scoped for a focused data-access server, covering key query operations without being excessive.
The tool set covers core data retrieval needs: documents, profiles, ledgers, deadlines, search, and verification. The references to follow-up tools indicate thoughtful integration.
Available Tools
6 toolsget_documentAInspect
Primary-document shelf metadata for a state or program ref (title, kind, publication date, source URL, sealed hash where held). tier 'golden' = fidelity-verified; tier 'abstract' = integrity-verified but preliminary, attribute as such.
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | a ref from search_programs, e.g. 'rhtp/states/oklahoma' |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so the description carries full burden. It explains tier meanings and that 'sealed hash' is conditional ('where held'), but does not disclose authentication needs, error behavior for invalid refs, or whether the actual document is returned (implied metadata only).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, both front-loaded with key purpose and tier details. No unnecessary words or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one parameter and no output schema, the description covers output fields and tier semantics adequately. Minor gap: does not explicitly state it returns metadata only, not the document itself, but this is implied.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% for the single 'ref' parameter. The description adds value by specifying that the ref originates from search_programs and provides an example ('rhtp/states/oklahoma'), which aids understanding beyond the schema description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it retrieves document shelf metadata for a state/program ref, listing specific fields (title, kind, publication date, source URL, sealed hash) and explaining tier distinctions ('golden' vs 'abstract'). This verb-resource specification distinguishes it from siblings like get_state_profile or search_programs.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when you need document metadata for a ref from search_programs, but lacks explicit when-to-use or when-not-to-use guidance. No direct comparison to siblings, though context is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_state_profileAInspect
A state's RHTP profile: award, lead agency, initiative summaries. response_format 'detailed' adds officials and the primary-document shelf. tier 'golden' = fidelity-verified; tier 'abstract' = integrity-verified but preliminary, attribute as such.
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | state slug, e.g. 'oklahoma' | |
| response_format | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, description carries full burden. It explains output components and tier meanings, but does not mention side effects, authentication, rate limits, or data freshness. For a read operation, coverage is adequate but not detailed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences efficiently deliver all key information: resource identity, output components, and variant explanation. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, description outlines return fields and tier interpretations. Missing details like output structure (e.g., JSON object) or error conditions, but acceptable for a focused profile tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 50% coverage (state described). Description adds meaning to response_format param via example. Also explains tier concepts, adding context beyond schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly identifies the resource as a state's RHTP profile with components like award, lead agency, initiative summaries. It distinguishes from siblings (e.g., get_document) by specifying a state-level aggregate, but lacks an explicit verb like 'retrieve' or 'get'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 (e.g., search_programs, get_subinitiative_ledger). Does not specify prerequisites or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_subinitiative_ledgerBInspect
The funded sub-initiative ledger for a state: who is funded, for what, with dollars and RFA timing. tier 'golden' = fidelity-verified; tier 'abstract' = integrity-verified but preliminary, attribute as such.
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | filter by keyword in name/description | |
| state | Yes | ||
| cursor | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It describes the output content (tiers and data fields) but does not disclose behavioral traits such as read-only nature, authentication requirements, rate limits, or error handling. The explanation of tiers adds value beyond 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise at two sentences, front-loading the primary purpose and then adding tier details. Every sentence adds value with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 3 parameters, no output schema, and sibling tools, the description covers the output's two-tier distinction but omits details on pagination (cursor), filtering (tag), and the complete return structure. It is minimally complete for a generic ledger retrieval but lacks depth for complex use cases.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 33% (only 'state' is described implicitly). The description does not add meaning to parameters like 'tag' or 'cursor' beyond what the schema provides. For a low-coverage scenario, the description fails to compensate, leaving key parameters unexplained.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it retrieves a funded sub-initiative ledger for a state, detailing the content (who, what, dollars, RFA timing) and explaining tier labels. It distinguishes from siblings by specifying the sub-initiative focus, though it does not explicitly differentiate from related tools like get_state_profile or search_programs.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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. The description implies usage when needing funded sub-initiative ledger data for a state, but it lacks explicit context, exclusions, or mentions of sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_live_deadlinesBInspect
Open/closing solicitations and key dates across your entitled states and programs. tier 'golden' = fidelity-verified; tier 'abstract' = integrity-verified but preliminary, attribute as such.
| Name | Required | Description | Default |
|---|---|---|---|
| before | No | YYYY-MM-DD upper bound | |
| states | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description bears full responsibility for disclosing behavioral traits. It explains the meaning of tier values but does not address whether the operation is read-only, pagination, ordering, rate limits, or what 'across your entitled states and programs' entails behaviorally.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise with two sentences: one stating the purpose and one explaining tier semantics. No extraneous information is present, and the structure is efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has no output schema and sparse parameter descriptions. The description provides tier context but omits crucial details about return format, data structure of deadlines, how the 'states' parameter filters, and overall behavior. It is incomplete for a list tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds no meaning to the parameters 'before' and 'states' beyond what the input schema already provides. Schema description coverage is 50% (only 'before' documented), and the description does not compensate by explaining their use or format, leaving the agent with incomplete parameter understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses specific verbs ('list') and resources ('deadlines', 'solicitations') and distinguishes itself from siblings like 'get_document' or 'get_state_profile' by focusing on deadlines across states and programs. The tier clarification ('golden', 'abstract') adds specificity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for retrieving open/closing solicitations and key dates but does not provide explicit guidance on when to use this tool versus alternatives or mention any prerequisites or conditions. No when-not instructions are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_programsAInspect
Search the verified federal-funding corpus (states, initiatives, sub-initiatives, programs) by keywords. Returns ranked stubs with refs for follow-up tools. tier 'golden' = fidelity-verified; tier 'abstract' = integrity-verified but preliminary, attribute as such.
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| query | Yes | keywords, e.g. 'maternal remote monitoring' | |
| cursor | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden. It discloses search behavior, result format, and the fidelity distinction between tiers. Missing details include explanation of the 'cursor' parameter and potential rate limits, but the core behavioral traits are transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with purpose, followed by result and tier details. Every sentence adds value; no extraneous content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (multiple entity types, result tiers, cursor for pagination) and no output schema, the description only partially covers what the agent needs. It lacks explanation of the 'kind' filter, cursor usage, and the structure of a 'stub' or 'refs'. Basic use is enabled, but deeper understanding requires inference.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers 3 parameters but only 'query' has a description; schema coverage is 33%. The description adds value for the query parameter ('keywords') and overall context, but does not explain 'kind' (despite enum) or 'cursor'. Low schema coverage demands more compensation than provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool searches the verified federal-funding corpus by keywords, specifying the entity types (states, initiatives, sub-initiatives, programs). The verb 'search' and resource are specific, and it distinguishes this from sibling tools which are retrieval-focused (e.g., get_document).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explains the result format (ranked stubs with refs) and defines the two tiers (golden vs abstract) with usage guidance ('attribute as such'). However, it does not explicitly mention when not to use this tool or list alternatives, leaving the agent to infer from sibling names.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_sealAInspect
Cryptographically verify an artifact: recomputes its SHA3-256, checks the signed manifest entry and the Ed25519 manifest signature. Pass sha3_256 to attest a copy you hold. Verification is free of charge.
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | artifact ref, e.g. 'rhtp/states/oklahoma' | |
| sha3_256 | No | optional: your copy's hash to compare |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description reveals the verification steps (recomputing hash, checking signed manifest, Ed25519 signature) and states no cost. Annotations are absent, so the description carries the burden and does so adequately.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences efficiently cover functionality, optional parameter usage, and cost. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description lacks output specification; agents cannot infer whether the result is a boolean, JSON, or error. For a verification tool, this is a gap in completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for both parameters. The description adds no new parameter info beyond the schema, so baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool verifies an artifact by recomputing SHA3-256, checking manifest and signature. It distinguishes from sibling tools like get_document which retrieve data, not verify.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context: pass sha3_256 to attest a copy, and notes verification is free. It does not explicitly define when not to use it or compare to alternatives, but the context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityCmaintenanceAccess data on every NIH-funded research project. Free and no authentication required.4MIT
- AlicenseAqualityCmaintenanceEnables scientific due diligence by grading claims against public literature, clinical trials, and filings, with explicit citations and optional attestation.4MIT
- Alicense-qualityBmaintenanceQuery federal RFP, subaward, pricing, and vendor data from AI clients via 55 tools, including procurement contact graph and contract vehicle intelligence.81MIT
- AlicenseAqualityAmaintenanceSearch and analyze U.S. federal government contracts and opportunities from SAM.gov. Tools for keyword search, contract details, competitive analysis, and capability statement drafting — built for AI agents via x402 USDC micropayments.31MIT