Skip to main content
Glama
henrikogaard

infomaniak-admin-mcp

by henrikogaard

infomaniak_create_drive_activity_report

Create a kDrive activity report with filters for users, actions, files, and dates. Confirm to start asynchronous generation.

Instructions

Create a kDrive activity report. Two-phase confirmation is required because Infomaniak starts report generation asynchronously.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoen
payloadNo
drive_idYeskDrive identifier.
confirmation_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations indicate a non-read-only, non-idempotent operation, but the description adds valuable context: report generation is asynchronous and requires two-phase confirmation. This goes beyond what the annotations convey and helps the agent anticipate follow-up actions. It does not detail failure modes or the confirmation token flow, but the key behavioral trait is disclosed.

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 two sentences, starting with the purpose and immediately adding the critical asynchronous confirmation note. Every word earns its place; no repetition of schema details or annotations.

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

Completeness2/5

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

The tool has 4 parameters, a nested payload, and a two-phase confirmation flow, yet the description only scratches the surface. It does not explain how to complete the confirmation, what the payload fields mean, or how this tool fits with related report tools. This is insufficient for the tool's complexity.

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

Parameters1/5

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

Schema description coverage is only 25% (only drive_id has a description). The description does not explain the payload object, lang, or confirmation_token parameters. The payload contains multiple fields with no documentation, and the description fails to compensate for this low coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action: 'Create a kDrive activity report.' The verb 'create' is specific and distinguishes it from sibling tools like list, get, export, and delete reports. This is a clear statement of the tool's purpose.

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 alternatives such as get_drive_activity_report or export_drive_activity_report. The note about two-phase confirmation explains the process but does not clarify when to invoke the tool in a workflow or any prerequisites.

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