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, providing the safety profile. The description adds useful content scope by specifying what 'state' includes, but does not disclose additional behavioral traits like network latency or authentication requirements. This is adequate for a read-only info endpoint.
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 primary action and lists the specific data returned without any redundant words or fluff.
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?
Given the tool's low complexity (no parameters, no output schema), the description fully specifies what the agent can expect to receive, covering both the high-level purpose and the detailed components of the returned state. Nothing important is missing.
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 covers 100% of what the agent needs to know (i.e., nothing). The baseline of 4 applies per instructions; the description rightly omits parameter details since none exist.
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's purpose with a specific verb ('Returns') and resource ('current toolkit state'), and enumerates the exact contents (installed MCPs, connection status, connected accounts, catalog tool counts). This distinguishes it from sibling tools that focus on specific Bling data operations.
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 context of use is clear: call this tool to get an overview of toolkit connections and capabilities. Although no alternatives are explicitly mentioned, the informational nature makes the usage obvious, and there are no prerequisites or exclusions to note.
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: get/list for specific Bling entities (contacts, NFEs, sales orders, products, etc.) and separate platform tools (authenticate, marketplace, etc.). No overlapping functionality.
Bling tools follow a consistent 'bling_verb_noun' pattern (e.g., bling_get_contato, bling_list_produtos), while platform tools use simple English names (authenticate, marketplace). The deviation is minor and explainable by the two distinct categories.
22 tools is slightly above the ideal 3-15 range for a single server, but the number is justified by the comprehensive coverage of Bling entities and additional platform utilities. Not excessive.
The Bling tools are read-only (list/get only), lacking any create, update, or delete operations. This is a significant gap for a business management integration, limiting the agent's ability to perform full data lifecycle operations.