Skip to main content
Glama
UliRCS

mastr-mcp-server

by UliRCS

search_gas_consumption_public

Search registered gas consumers in Germany using filters for location, gas quality (H-Gas/L-Gas), maximum capacity, and power generation usage.

Instructions

Search gas consumption units (Gasverbrauch) — no auth required.

Find registered gas consumers. 30 filter keys covering identification, location, dates, gas quality (H-Gas/L-Gas), maximum capacity, and whether the gas is used for power generation (gas_for_power flag).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based page number.
filtersYesFilter dict with optional operator suffixes on each key. Operators: '=' (eq, default), '!=' (neq), '%' (contains), '!%' (not contains), ':' (starts with), '$' (ends with), '>' (gt), '<' (lt), '?' (is null), '!' or '!?' (is not null). Supported filter keys: name, mastr_number, mastr_operator, location_mastr, dso_mastr, operator_name, dso_name, postcode, city, landkreis, street, bundesland, municipality, municipality_key, landmark, parcel, country, longitude, latitude, status, commission_date, current_location_date, shutdown_date, planned_date, registration_date, last_update, max_gas_capacity, gas_quality, gas_for_power, dso_check. Dropdown fields (status, bundesland, country, gas_quality, dso_check) accept label or MaStR ID. gas_quality values: 'H-Gas', 'L-Gas'. gas_for_power is a boolean (true/false, ja/nein). Example: {'gas_quality': 'H-Gas', 'gas_for_power': True}
page_sizeNoPage size (max 5000).
Behavior3/5

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

With no annotations provided, the description discloses 'no auth required' and that it searches gas consumers, but it omits behavioral traits such as pagination, return format, or idempotency. It does not specify whether the tool is read-only or describe any side effects.

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 concise with three sentences: a bold statement of purpose, a short clarifying line, and a list of filter categories. It is front-loaded with key information and contains no unnecessary words.

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

Completeness3/5

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

Given the complexity of the tool (3 parameters, nested filters, no output schema), the description lacks information about what the search returns (e.g., fields of results), pagination details beyond what the schema provides, and usage boundaries. It covers the core purpose and filter categories but is not fully complete.

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 100%, so the schema already documents parameters thoroughly. The description adds some context by highlighting filter categories and giving examples, but it does not significantly augment the schema's parameter documentation.

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 searches for gas consumption units (Gasverbrauch) with 'Search' as the verb and specifies the resource as 'gas consumption units' (gas consumers). It distinguishes itself from siblings like search_power_consumption_public and search_gas_production_public by explicitly targeting gas consumption.

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 indicates the tool requires no authentication and is for finding registered gas consumers, which implies its appropriate context. However, it does not provide explicit when-to-use or when-not-to-use guidance or mention alternative tools.

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/UliRCS/mastr-mcp-server'

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