Skip to main content
Glama

Vis dimensjonene i en tabell

table

Inspect a table's dimensions and their accepted codes before querying data. See which dimensions can be omitted for summed totals, avoiding guessing on table-specific code sets.

Instructions

Hvilke dimensjoner en tabell har, og hvilke koder hver av dem godtar. Bruk dette før data — hver tabell har sitt eget kodeverk, og uten å se det blir spørringen gjetning.

Dimensjoner merket kanUtelates summeres av SSB hvis du hopper over dem; det er slik man får totaltall i stedet for en oppdeling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableIdYesTabellnummer fra et søketreff, f.eks. 03013.
maxValuesNoHvor mange verdier som vises per dimensjon.
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full behavioral burden. It adds non-obvious domain behavior: dimensions marked `kanUtelates` are summed by SSB if omitted, giving totals instead of a breakdown, and it warns that code sets differ per table. These are useful behavioral hints beyond the schema. It does not explicitly address side effects, but the tool is clearly ametadata lookup, so the gap is minor.

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?

Three compact, purposeful sentences. The purpose is front-loaded, followed by explicit usage guidance and then a key domain caveat. Every sentence contributes value; there is no fluff or repetition of schema content.

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?

For a two-parameter metadata retrieval tool with no output schema and no annotations, the description adequately covers purpose, when to use it, and a subtle behavioral detail about totals. It doesn't explicitly describe the exact response format, but the statement of what it returns ('dimensions... and codes') is sufficiently clear for correct invocation.

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 meaningful descriptions for both `tableId` and `maxValues`. The tool description does not add new parameter-level meaning beyond the schema, so the baseline of 3 applies. The mention of 'koder' loosely ties to `tableId` but does not enrich it further.

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 what the tool does: it shows which dimensions a table has and which codes each dimension accepts. The title 'Vis dimensjonene i en tabell' reinforces the action, and the content distinguishes it from the `data` sibling by framing it as a pre-query inspection step.

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 instructs 'Bruk dette før `data`', giving a clear when-to-use rule supported by the rationale that each table has its own code set, without which the query becomes guesswork. This points directly to the relevant sibling and explains why the tool is needed first.

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

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/synjan/mcp-ssb'

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