Skip to main content
Glama
bambinobino

mcp-skatteetaten

by bambinobino

get_skatteetaten_page

Fetch any public page from skatteetaten.no by path, covering topics not handled by dedicated tools. No authentication required.

Instructions

Fetch any public page from skatteetaten.no by its path. Use this for topics not covered by specific tools. No authentication required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPage path relative to skatteetaten.no, e.g. '/satser/trinnskatt/'
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that no authentication is required and that pages are public, which is useful. However, it omits details about response format, error behavior, or potential limitations, leaving some ambiguity for such a generic fetch tool.

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 two sentences: the first states the core function, the second provides guidance and auth info. It is front-loaded and every sentence earns its place without redundancy.

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 tool with one parameter and no output schema, the description is sufficiently complete: it explains the scope, the path usage, the fallback nature, and the lack of authentication. It could mention return type, but that is not critical for the tool's purpose.

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 already provides 100% coverage for the single parameter, including an example. The description adds no extra meaning beyond 'by its path,' so the 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 fetches public pages from skatteetaten.no by path, with a specific verb and resource. It also differentiates from siblings by positioning it as a fallback for topics not covered by specific tools.

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?

Explicitly provides usage guidance: 'Use this for topics not covered by specific tools.' This tells the agent when to select this tool over the many sibling tools, and implicitly when not to use it (when a specific tool exists).

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