Skip to main content
Glama
henrikogaard

infomaniak-admin-mcp

by henrikogaard

infomaniak_explain

Read-onlyIdempotent

Get the full definition of any MCP tool—description, annotations, input parameters, and output shape—to understand its purpose and usage.

Instructions

Returns the full definition of a specific tool — description, annotations, input parameters and output shape.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYesName of the tool to explain (e.g. 'infomaniak_overview').

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYes
capabilityYes
annotationsNo
descriptionYes
input_schemaYes
output_schemaNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and openWorldHint=false, so the agent knows this is a safe, deterministic read. The description adds minimal behavioral context by listing what the 'full definition' includes, but this is largely redundant with the output schema. No contradictions with annotations.

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 that immediately states the action and object, with no filler or redundant words. It is well-structured and easy to parse.

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

Completeness3/5

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

Given the tool's simplicity (one parameter, output schema present, annotations provided), the description is adequate but lacks situational context. It does not mention when to prefer this over sibling meta-tools or what to do with the returned definition, making it not fully complete.

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

Parameters3/5

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

The input schema has 100% coverage for the single parameter 'tool', with a clear description and example. The tool description does not add additional parameter semantics, so the baseline of 3 is appropriate.

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 states the tool's purpose with a specific verb ('Returns') and resource ('the full definition of a specific tool'), listing what that definition includes (description, annotations, input parameters, output shape). It is distinct enough from siblings like infomaniak_tool_catalog or infomaniak_overview because it targets a specific tool, though it does not explicitly name alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus similar meta-tools like infomaniak_tool_catalog, infomaniak_overview, or infomaniak_help. It does not state conditions, prerequisites, or alternatives.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/henrikogaard/infomaniak-admin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server