Skip to main content
Glama

AgentNative: Public Data, Government Datasets, Federal Statistics & Official Records

Search discovered government datasets

search_discovered_datasets
Read-onlyIdempotent

Use this free tool to find datasets across all discovered official sources, including candidates not yet queryable. Returns catalog matches and materialization state; use list_imported_datasets when only query-ready data is acceptable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum matches to return; defaults to the service limit.
queryNoOptional title or description keywords.
source_idNoOptional exact official source ID returned by list_official_sources.

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered. The description adds behavioral context by noting the inclusion of non-queryable candidates and stating that it returns 'catalog matches and materialization state,' which is not in the annotations or schema. This adds value without contradicting any structured metadata.

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, both front-loaded with the most critical information: the tool's purpose and the alternative condition. Every word earns its place, with no filler or redundant phrasing.

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?

The description is largely complete for a read-only search tool with all-optional parameters. It covers what the tool does, what it returns (catalog matches and materialization state), and when to use a different tool. Minor gaps include lack of mention of pagination or rate limits, but these are not critical given the tool's simplicity and the absence of an output schema.

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 all three parameters (limit, query, source_id) are already adequately documented in the schema. The description does not add any additional parameter-level detail beyond what the schema provides, so the baseline score of 3 applies.

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 identifies the tool as a search mechanism for datasets across all discovered official sources, explicitly including candidates not yet queryable. This distinguishes it from the sibling list_imported_datasets, which is about query-ready data only. The verb 'find' and resource 'datasets across discovered official sources' are specific and unambiguous.

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 states when to use this tool versus the alternative: 'use list_imported_datasets when only query-ready data is acceptable.' This provides a clear conditional for tool selection, leaving nothing to inference. It also implies the tool is appropriate when broader discovery is needed.

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

A4.2/5.0
Disambiguation3/5

Most tools map to distinct lifecycle stages—discovery, materialization, sampling, querying, and access—but several discovery tools overlap in purpose. search_public_datasets and search_discovered_datasets both return catalog matches, and list_official_sources and get_coverage_status both describe coverage. The descriptions help separate them, but an agent could still misselect without careful reading.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern, such as search_, list_, get_, request_, sample_, and query_. The noun phrases are descriptive and parallel, making the naming predictable across the entire set.

Tool Count5/5

Fourteen tools is well within the ideal range for a public-data platform and covers discovery, materialization, sampling, querying, aggregation, coverage monitoring, capability requests, and paid access. Each tool has a justified role in the workflow, with no obvious bloat.

Completeness5/5

The tool surface covers the full data lifecycle: discover sources, search datasets, request materialization, poll status, sample, query, aggregate, and request missing capabilities. It also includes billing access and Federal Register-specific workflows, leaving no obvious dead ends for the stated domain.

Resources