Skip to main content
Glama

Pensiata - Bulgarian Pension Fund Analytics

get_bulgarian_pension_funds

Alias for list_funds to discover UPF/PPF/VPF fund IDs for FSC-based analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
active_onlyNo
scheme_codeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states that the tool is an alias and describes the purpose, without mentioning that it is a read-only operation, any side effects, or the exact return format.

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 a single sentence with no filler words. It front-loads the alias relationship and the purpose, making it maximally concise for the information it conveys.

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

Completeness2/5

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

While the tool is a simple alias, the description is too thin to be complete: it does not explain the parameters, the read-only nature, or how it differs from `list_funds`. The presence of an output schema helps, but the description should at least reference the full documentation for `list_funds`.

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

Parameters2/5

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

The schema has two parameters (`active_only` and `scheme_code`) with 0% coverage from the description. The description does not explain these parameters, though the mention of fund types gives a slight hint about `scheme_code`. It fails to compensate for the schema's lack of descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as an alias for `list_funds` and states its purpose: discovering UPF/PPF/VPF fund IDs for FSC-based analysis. This provides a specific verb and resource, though the mention of VPF may conflict with the schema's `dpf` option, slightly reducing clarity.

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 gives a clear context: use this tool to discover fund IDs for FSC-based analysis. It mentions it is an alias for `list_funds`, which implies equivalence, but does not explicitly state when to prefer one over the other.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.