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, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds meaningful behavioral context beyond annotations by specifying exactly what the returned state contains (installed MCPs, connection status, accounts, catalog tool counts), which helps the agent predict the tool's output and side-effect-free nature.
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, front-loaded sentence that immediately states the action ('Returns') and then lists the key output components. Every word contributes value, with no filler or repetition of schema information.
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 tool with zero parameters and no output schema, this description adequately covers the return content. It could be improved by noting the data format or providing an example, but the enumerated elements give a solid picture. The sibling context does not demand additional clarification.
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?
The tool has zero parameters, and the schema is trivially covered. Per the baseline for 0-parameter tools, the description need not explain parameter syntax. The absence of parameters is self-evident from the schema.
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 uses a specific verb ('Returns') and clearly identifies the resource ('current toolkit state'), enumerating the exact data elements (installed MCPs, connection status, accounts, catalog tool counts). This fully distinguishes it from siblings like authenticate, connect, marketplace, report_bug, and show_version, which serve entirely different purposes.
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?
No explicit guidance is provided about when to use this tool versus alternatives. The description does not mention exclusions, prerequisites, or scenarios where another sibling tool would be more appropriate. Usage must be inferred solely from the described purpose.
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 has a clearly distinct purpose: authentication, connection status, marketplace exploration, bug reporting, version display, toolkit state, and the specific aid consultation. No two tools overlap in functionality.
Naming is inconsistent: most tools are English verbs (authenticate, connect, report_bug), while one is a Portuguese snake_case noun (auxilio_reconstrucao_consultar). The pattern mixes languages, verb/noun forms, and capitalization styles.
With 7 tools, the set is well-scoped for a platform that combines generic MCP management with a single domain-specific query. It is within the ideal 3-15 range and each tool earns its place.
The platform side is comprehensive (auth, status, marketplace, feedback, version, toolkit info), but the domain-specific side has only one operation for the Auxílio Reconstrução. The marketplace tool mitigates this by allowing on-demand invocation of other MCPs, so major gaps are not present.