Skip to main content
Glama
maureen-bny

Digiforma MCP Server

by maureen-bny

digiforma_list_training_sessions

Retrieve all training sessions configured in Digiforma to review scheduled programs and plan operations.

Instructions

List training sessions (sessions de formation) configured in Digiforma.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

The verb 'List' implies a read-only operation, and 'configured in Digiforma' clarifies the data source. However, with no annotations and no output schema, the description does not disclose pagination behavior, result format, or any additional guarantees. This is adequate but leaves clear gaps.

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, compact sentence that front-loads the action and resource. It contains no filler, repetition, or unnecessary detail.

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

Completeness4/5

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

For a zero-parameter listing tool, the description is sufficient for an agent to invoke it correctly: it clearly says what will be listed and where the data comes from. The only missing context is the output shape and possible pagination, which are not critical for a simple list operation with no arguments.

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

Parameters4/5

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

The tool has zero parameters and the schema is empty with 100% coverage, so there is no parameter information for the description to add. The zero-parameter baseline applies.

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 states a specific verb ('List'), a clear resource ('training sessions'), and a scope ('configured in Digiforma'). This clearly distinguishes it from sibling tools such as digiforma_list_trainees and digiforma_get_trainee, which handle a different resource.

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

Usage Guidelines3/5

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

The intended usage is implied by the description: use it when training sessions need to be listed. However, there is no explicit when-to-use guidance, no mention of alternatives, and no exclusion criteria, so the tool relies entirely on the agent inferring the context.

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