Government themes
list_themesThe themes the government is currently funding across bills, contracts, solicitations and filings, each with a permanent page and a verdict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
list_themesThe themes the government is currently funding across bills, contracts, solicitations and filings, each with a permanent page and a verdict.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already declares the operation safe, and the description adds useful behavioral context: the themes are currently funded, come from multiple source types, and each result includes a permanent page and verdict. However, it does not disclose whether the list is paginated, ordered, or limited in any way, which is relevant for a list operation.
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 a single dense sentence with no filler; every clause contributes meaning about scope, source types, or result attributes. It loses one point because it is phrased as a noun phrase rather than a clear action statement, which slightly reduces immediate readability.
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 zero-parameter tool with no output schema, this description provides the core semantics an agent needs: the domain (government themes), currency ('currently funding'), sources, and what each result contains (permanent page and verdict). It would be more complete if it mentioned whether all themes are returned at once or if pagination/limits apply, but the current level is adequate for invocation.
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 tool has zero parameters, so schema coverage is trivially 100%. The description's scope statement ('currently funding') reinforces that this is an unfiltered, global list. No parameter-level documentation is needed, so a baseline of 4 is appropriate.
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 identifies the resource: government themes currently being funded, across bills, contracts, solicitations, and filings, and notes each theme has a permanent page and a verdict. It lacks an explicit imperative like 'Lists', but the tool name plus description makes the operation unambiguous. It does not explicitly contrast with get_theme, though the plural framing implies a list operation.
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 given on when to use this tool versus siblings such as get_theme, search_bills, or search_opportunities. An agent must infer that list_themes is the broad overview tool and that get_theme is for a specific theme. The absence of any when-to-use or when-not-to-use guidance leaves a clear gap.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.