Skip to main content
Glama
bambinobino

mcp-skatteetaten

by bambinobino

get_inntekt_for_year

Get all income for a person in a given year, with monthly data aggregated into a yearly total.

Instructions

Get all income for a person across all 12 months in a given year. Aggregates monthly data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inntektsaarYesIncome year (YYYY)
rettighetspakkeYesRights package
norskIdentifikatorYesNorwegian national identity number
Behavior3/5

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

No annotations are present, so the description carries the burden of behavioral disclosure. It does disclose a key behavior by noting 'Aggregates monthly data', which indicates the tool combines monthly income data. However, it lacks details on output format, required permissions, or error handling, so transparency is only partially addressed.

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 consists of two concise sentences, with the main purpose front-loaded in the first sentence and a valuable behavioral detail in the second. No redundant or unnecessary information is present.

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 simple get tool with well-documented parameters, the description covers the core functionality and aggregation behavior. However, it does not describe the return value format or explicitly differentiate from sibling tools like get_inntekt, so it is not fully complete for an agent without prior context.

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?

The input schema provides descriptions for all three parameters (100% coverage), so the schema already handles parameter semantics. The description adds minimal extra meaning beyond referring to 'a given year', which aligns with the inntektsaar parameter. Thus, a baseline score 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 retrieves all income for a person across all 12 months of a given year, using the specific verb 'Get' and resource 'income for a person', and the phrase 'Aggregates monthly data' distinguishes it from a simple per-month retrieval.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like get_inntekt, nor does it mention exclusions or preferred contexts. It only states what the tool does, not when to choose it.

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/bambinobino/mcp-skatteetaten'

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