Skip to main content
Glama
henrikogaard

infomaniak-admin-mcp

by henrikogaard

infomaniak_get_kchat_bot

Read-onlyIdempotent

Retrieve detailed information about a specific kChat bot using its bot user ID. Ideal for verifying bot configuration and status.

Instructions

Inspect one kChat bot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bot_user_idYeskChat bot user id.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemNo
summary_markdownYes
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint true, covering the safety profile. The description adds no behavioral context beyond the literal 'inspect', but does not contradict the annotations, so the baseline with annotations is appropriate.

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 short sentence that is front-loaded and contains no superfluous text. It communicates the essential action and resource without waste.

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

Completeness5/5

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

For a simple read-only getter with one parameter, an output schema, and strong annotations, the description is sufficient. The existing structured data covers return values, parameter meaning, and safety, so no additional context is required.

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% description coverage for bot_user_id, so the schema already explains the parameter. The tool description adds no additional parameter semantics, but the baseline of 3 is warranted given the high schema coverage.

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 'Inspect one kChat bot' uses a specific verb and clearly identifies the resource. The word 'one' differentiates it from list_kchat_bots, and 'inspect' contrasts with manage_kchat_bot, though it could be more explicit about retrieving details.

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?

No guidance is given on when to use this tool versus alternatives like list_kchat_bots or manage_kchat_bot. The description does not mention prerequisites, context, or exclusions, leaving the agent to infer usage from the name alone.

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