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 useful detail about what state is returned, but does not disclose additional behavioral traits such as freshness, caching, or authentication requirements, leaving it at the baseline for annotation-backed tools.
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 sentence that front-loads the action and resource, then lists four concrete aspects of the returned state. Every clause adds useful information with no filler or redundancy.
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 zero-parameter, read-only informational tool with clear annotations and no output schema, the description sufficiently enumerates the full scope of returned information. It covers installed MCPs, connection status, connected accounts, and catalog tool counts, which is complete for this simple tool.
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, so the baseline of 4 applies. The description appropriately focuses on return contents rather than parameters, and there is no parameter-related ambiguity to resolve.
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 as 'current toolkit state'. It enumerates the exact contents returned (installed MCPs, connection status, connected accounts, catalog tool counts), making the tool's function unambiguous and distinct from siblings like show_version.
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 implies this tool is for inspecting toolkit state, but it offers no explicit guidance on when to use it versus alternatives such as connect, authenticate, or show_version. There are no stated exclusions or comparator sibling tools, so usage context is only implicit.
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.
Tools are generally distinct, with the domain-specific consult tool clearly separated from platform utilities. However, 'marketplace' is a broad catch-all that overlaps with 'toolkit_info' for listing/installing capabilities, creating potential confusion.
Naming is inconsistent: verbs (authenticate, connect), nouns (marketplace), compound names with underscores (mpf_processos_consultar, toolkit_info). No consistent verb-noun or noun-verb pattern, mixing English and Portuguese.
With 7 tools, the count is moderate, but only one tool serves the stated domain (MPF Processos). The other six are generic platform management tools that belong to a separate server, making the set feel bloated and misaligned with its name.
The core consultation tool covers the primary need but offers no additional process-related operations (e.g., listing, detailing, or updating). The platform tools do not contribute to domain completeness, leaving the surface minimal but functional.