Skip to main content
Glama

verify_assignment

Verify assignment consistency for an activity by validating group time slots and generating a telemetry report with detailed activity, group, and slot information.

Instructions

Verify and inspect all assignments for an activity.

Reads the activity metadata and validates that all assignment groups have consistent time slots. Returns a telemetry report with:

  • Activity info (id, title, participants)

  • Per-group details (group_id, titre, type, date range, active weekdays)

  • Per-slot details (slot_id, day_of_year, user_id, start/end times)

  • Consistency checks (group references, date ranges, weekday matching)

Use this after create_assignment or modify_assignment to confirm the server accepted and stored the assignment correctly.

Args: id_activity: Activity ID to verify

Returns: JSON string — telemetry report with activity, groups, slots, and validation results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_activityYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description details that the tool 'Reads the activity metadata and validates that all assignment groups have consistent time slots,' indicating read-only behavior. Given no annotations, this is transparent about its non-destructive nature.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections (purpose, usage, args, returns) and front-loaded with the main purpose. It is slightly verbose but each sentence adds value.

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?

Given a simple tool with one parameter and an output schema, the description covers purpose, parameters, return format, and context for use. It is fully adequate for effective tool selection and invocation.

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?

Schema description coverage is 0%, so the description must explain parameters. It lists 'id_activity: Activity ID to verify,' adding context beyond the schema's title, but it is minimal and could elaborate on the source of the ID.

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 'Verify and inspect all assignments for an activity,' using a specific verb and resource. It differentiates from sibling tools by explicitly recommending use after create_assignment or modify_assignment.

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

Usage Guidelines4/5

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

The description explicitly says when to use this tool: 'Use this after create_assignment or modify_assignment to confirm the server accepted and stored the assignment correctly.' It implies when not to use (e.g., for creation or modification), but does not provide explicit exclusions.

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/Sebastien-VZN/axomind-mcp'

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