Skip to main content
Glama

enhanced_government_search

Kombinerad sökning i Riksdagen och Regeringen

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax antal resultat per kategori (Riksdagen dokument/anföranden)
queryYesSökterm som används mot alla källor
regeringenLimitNoMax antal resultat per regeringskategori (för att begränsa response-storlek)
includeRegeringenNoInkludera resultat från Regeringskansliet

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations, the description must carry behavioral disclosure. It only reveals that results are combined from two sources; no information about pagination, response format, or how includeRegeringen affects behavior is given.

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 a single, focused sentence with no fluff. It is concise and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 4-parameter search tool with no annotations and no output schema, a one-line description is insufficient. It lacks usage context, behavioral details, and return information.

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% with parameter descriptions for query, limit, regeringenLimit, and includeRegeringen. The tool description adds no additional parameter context, so a baseline of 3 is appropriate.

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 performs a combined search across Riksdagen and Regeringen, distinguishing it from sibling tools like search_regering or search_dokument which target single sources.

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

Usage Guidelines3/5

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

The phrase 'Kombinerad sökning' implies use when both Riksdag and Government results are needed, but no explicit when-to-use or alternative exclusions are provided.

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.