Skip to main content
Glama
malkreide

lindas-mcp

by malkreide

search_cubes

Read-onlyIdempotent

Find statistical data cubes in LINDAS by topic. Returns cube URIs, with options to filter by language, publisher, and version.

Instructions

Find statistical data cubes in LINDAS by topic.

The entry point. Returns cube URIs you then pass to get_cube_structure. By default only the newest published version of each cube is returned; set latest_only=False to see every version.

Args: query: Topic term, e.g. "Wald", "Abfluss", "Energie". Matched against cube names and descriptions in the chosen language. language: Language for names and descriptions. creator_uri: Restrict to one publishing body (from list_publishers). limit: Maximum cubes to return (1-100). latest_only: Collapse versions to the newest per cube.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
languageNode
creator_uriNo
latest_onlyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cubesYes
queryYes
sourceNoData: LINDAS Linked Data Service, Swiss Federal Archives — https://lindas.admin.ch. Each cube declares its own licence; check the `licence` field before reuse.
languageYes
returnedYes
match_typeNo'none' when nothing matched — distinguishes a real miss from an error.exact
provenanceNolive_sparql
suggestionNoActionable next step when match_type is 'none' (e.g. which tool to try).
latest_onlyYes
retrieved_atYes
Behavior5/5

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

While annotations already indicate read-only, open-world, and idempotent behavior, the description adds non-obvious context: 'By default only the newest published version of each cube is returned; set latest_only=False to see every version.' It also clarifies query matching semantics against names and descriptions in the chosen language, going well beyond the structured annotations.

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 compact and well-structured: a one-sentence purpose, a workflow note, a behavioral default, then a terse Args list. Every sentence contributes value, with no redundancy or fluff, making it easy for an agent to scan and retain.

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

Completeness5/5

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

For a tool with 5 parameters and an output schema, the description covers the tool's role, integration with siblings, all parameter semantics, and key version-collapse behavior. The output schema handles return values, so no further explanation is needed. The description is fully adequate for correct selection and invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description carries the full burden. It does so with a dedicated Args block explaining every parameter, providing example values for query, the source for creator_uri, a range for limit, and the meaning of latest_only. This adds substantial meaning beyond the bare schema titles.

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 opens with 'Find statistical data cubes in LINDAS by topic,' clearly stating the verb, resource, and scope. It further distinguishes itself from sibling tools by noting that it returns cube URIs to be passed to get_cube_structure, establishing a specific role.

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 labels the tool 'The entry point' and instructs that returned URIs should be passed to get_cube_structure, creating a clear workflow. It also mentions that creator_uri comes from list_publishers, tying the tool to its siblings and giving practical when-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/malkreide/lindas-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server