Skip to main content
Glama
malkreide

swiss-snb-mcp

by malkreide

snb_get_balance_sheet

Read-onlyIdempotent

Retrieve monthly Swiss National Bank balance sheet data including gold, foreign exchange reserves, banknotes, and sight deposits in millions CHF. Filter by position IDs and date range.

Instructions

Retrieve SNB balance sheet (Bilanz) data from the data portal (cube 'snbbipo').

Returns monthly balance sheet positions of the Swiss National Bank in millions of CHF. Covers assets (gold, foreign exchange reserves, repos) and liabilities (banknotes in circulation, sight deposits of domestic banks, government deposits).

Key positions:

  • GFG: Gold und Forderungen aus Goldgeschäften

  • D: Devisenanlagen (foreign exchange reserves — the world's largest relative to GDP)

  • N: Notenumlauf (banknotes in circulation)

  • GB: Girokonten inländischer Banken (sight deposits)

  • T0/T1: Total Aktiven / Total Passiven

Args: params (BalanceSheetInput): - positions: List of position IDs. Default: key positions (GFG, D, N, GB, T0, T1). - from_date: Start month YYYY-MM. Default: 24 months ago. - to_date: End month YYYY-MM. Default: latest available. - lang: Response language. Default: de.

Returns: str: Markdown summary and JSON data in millions CHF.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds context about return format (Markdown + JSON in millions CHF), data source, and default date range, which is useful beyond annotations. No contradictions.

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 well-structured: concise purpose statement, followed by return details, key positions list, and clear Args section. Every sentence adds value with no redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (multiple optional params, date range, language, many positions), the description covers all necessary aspects: purpose, parameters, defaults, return format, and even provides a curated list of important positions. No gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description carries full burden. It provides detailed explanations of each parameter, including defaults, example values, and a key list of position IDs with meanings (GFG, D, N, GB, T0/T1), adding significant value beyond the schema.

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 it retrieves SNB balance sheet data, specifies the cube 'snbbipo', and lists covered positions (assets, liabilities). It distinguishes from sibling tools by explicitly naming the cube and data type (balance sheet vs. banking balance sheet).

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 provides decent context but does not explicitly guide when to use this tool vs alternatives (e.g., snb_get_banking_balance_sheet, snb_get_cube_data). It mentions using snb_list_balance_sheet_positions for available IDs, but lacks when-not-to-use or comparative guidance.

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/malkreide/swiss-snb-mcp'

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