Skip to main content
Glama
Gastaan

Swiss Grounding MCP

by Gastaan

Read an official page

read_official_page
Read-onlyIdempotent

Fetch live text from official Swiss web pages and return relevant excerpts around your focus terms, enabling cited, jurisdiction-correct answers for Switzerland.

Instructions

Fetch the current text of an official Swiss page (live, respecting robots.txt) and return the passages around focus. Only official Swiss domains are allowed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL on an official Swiss domain (admin.ch, ch.ch, a cantonal or municipal site), typically from search_official_info.
focusNoWords to focus on, e.g. 'délai 12 mois'.
max_charsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
statusYes
summaryYes
guidanceNo
citationsNo
missing_contextNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

The description adds meaningful behavioral context beyond the annotations: it mentions the tool is 'live, respecting robots.txt', which is not covered by readOnlyHint or idempotentHint. It also clarifies the output behavior (passages around focus). While it doesn't discuss rate limits or error handling, the annotations already cover safety, and the added details are useful. No contradiction with 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 two sentences, with the primary action and restriction front-loaded. Every phrase serves a purpose: it states the action, the live/robots.txt behavior, the focus-passage output, and the domain restriction. No fluff or 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?

Given that an output schema exists, the description does not need to detail return values. It covers the tool's purpose, the key behavioral nuance (robots.txt), and the focus mechanism. The only minor gap is the lack of explicit guidance on error cases or what happens when the URL is not on an official domain, but these are not critical for an agent to call the tool correctly.

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 coverage is 67% (url and focus have descriptions, max_chars does not). The description adds value for the 'focus' parameter by explaining it is used to return surrounding passages, which complements the schema's example. However, it does not explain 'max_chars' or its constraints, and the description does not fully compensate for the missing schema description on that parameter.

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 verb 'Fetch', the resource 'official Swiss page', and the specific behavior of returning passages around a focus word. It also imposes a domain restriction, which distinguishes it from generic web-fetch tools and sibling tools like search_official_info. The purpose is unmistakable.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool versus alternatives, nor does it name any sibling tool. It implies usage for reading a specific official page (since it says 'typically from search_official_info' in the parameter schema, but not in the main description). The guidance is implicit, relying on the agent to infer that this is for fetching a known URL rather than searching.

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