Skip to main content
Glama
ValiantEvers

skatt-mcp

by ValiantEvers

Beregn ASK (aksjesparekonto)

calculate_ask

Calculate tax consequences for a Norwegian share savings account (ASK) for a tax year, including skjerming, withdrawal taxation, and account closure.

Instructions

Beregner skattekonsekvenser for en aksjesparekonto (ASK) for ett rapporteringsår. Håndterer tre scenarier: ingen aktivitet (skjerming akkumuleres, skatt utsatt), uttak i året (skatt på gevinst over skjerming), og avslutning av kontoen. Viser skjermingsberegning, skatteoppgjør og ny state for neste år.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
innskudd_start_aarYesTotal innskuddssaldo ved 1.1 i rapporteringsåret (det som kan tas ut skattefritt ved start av året)
innskudd_i_aaretNoSum nye innskudd lagt til ASK i løpet av året
uttak_i_aaretNoSum uttak fra ASK i året. Utbytte som blir stående på kontoen regnes ikke som uttak.
laveste_innskuddssaldoNoLaveste innskuddssaldo i året (fra bankens årsoppgave). Approksimeres som max(0, innskudd_start_aar − uttak_i_aaret) hvis utelatt.
akkumulert_ubrukt_skjermingNoAkkumulert ubrukt skjerming overført fra tidligere år
markedsverdi_31_12YesMarkedsverdi av aksjer/fond på ASK per 31.12
avslutter_kontoenNoHvis true: kontoen tømmes — all urealisert gevinst eller tap realiseres i rapporteringsåret
rapporteringsaarNo
Behavior4/5

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

No annotations exist, so the description carries full burden. It explains the tool's behavior for three scenarios and what outputs it provides (skjermingsberegning, skatteoppgjør, new state). It does not mention side effects, but as a calculation tool, this is sufficient. Could state that it does not modify data.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph that efficiently conveys purpose and scenarios. While slightly verbose, it is front-loaded and all sentences contribute useful information. Could be tightened without losing 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?

Given no output schema, the description lists what outputs are produced (skjermingsberegning, skatteoppgjør, new state). It covers the three scenarios adequately. The parameter details are well-covered in the schema. Missing explicit return format, but acceptable for a calculation tool.

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 88%, so baseline is 3. The description adds overall context but does not enhance individual parameter meanings beyond the schema's own descriptions. No new parameter details are introduced.

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 specifies a clear verb ('Beregner') and resource ('skattekonsekvenser for en aksjesparekonto'). It distinguishes from sibling tools by explicitly stating it handles ASK-specific scenarios (ingen aktivitet, uttak, avslutning), which none of the sibling tools cover directly.

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

Usage Guidelines4/5

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

The description outlines when to use the tool: for calculating tax consequences of an ASK account with three distinct scenarios. It does not explicitly state when not to use it or provide alternatives, but context signals (sibling tools) imply usage boundaries. Lacks explicit exclusions.

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/ValiantEvers/skatt-mcp'

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