toolkit_info
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral detail by listing the specific state information returned, which is especially important given the absence of an output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that front-loads the action ('Returns') and then lists the return components in a clear sequence. Every word contributes meaningful information without waste.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only state tool with no parameters and no output schema, the description fully covers the return payload and purpose. It addresses the key information an agent would need: what data is available and the scope of the toolkit state.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With zero parameters, the baseline is 4. The description adds no parameter-specific meaning because there are none to explain, and the empty input schema requires no further clarification.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool 'Returns the current toolkit state' and enumerates exact contents: installed MCPs, connection status, connected accounts, and catalog tool counts. This specific verb+resource definition distinguishes it from siblings like show_version, which likely only returns version information.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implicitly communicates when to use the tool: whenever an agent needs an overview of installed MCPs, their connection status, and catalog tool counts. It provides clear context but does not explicitly name alternatives or exclusion criteria, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool serves a clearly distinct function: authentication, the BACEN query, connection status, marketplace operations, bug reporting, version display, and toolkit state. There is no overlap in their purposes despite the marketplace tool's long description.
Tool names follow no consistent pattern: some are single verbs (authenticate, connect), some are nouns (marketplace), some are verb_noun (report_bug, show_version), and one is snake_case with a reversed order (bacen_proibidos_consultar). This mixing of conventions makes naming unpredictable.
Seven tools is within a reasonable range, but six of them are platform-level utilities unrelated to the server's stated BACEN domain. The count feels inflated for a dedicated 'Proibidos BACEN' server, though it is not excessive.
The BACEN consultation is a simple query with no obvious missing CRUD operations, but the platform tools could benefit from additional management features (e.g., logout or billing details). The domain coverage is adequate but not exhaustive.