Skip to main content
Glama
HugoF1234
by HugoF1234

Lister les réunions

list_meetings
Read-only

Retrieve a paginated list of your meetings, filterable by status and date range. Find recent meetings or those from last month.

Instructions

Liste les réunions de l'utilisateur. Pagination et filtres par statut et date. Utile pour répondre à « quelles sont mes réunions récentes ? » ou « liste les réunions du mois dernier ».

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoFiltrer par statut de transcription
fromNoDate ISO 8601 (ex: 2026-01-01) — borne inférieure sur created_at
toNoDate ISO 8601 — borne supérieure sur created_at
pageNoNuméro de page (défaut 1)
per_pageNoÉléments par page (1–100, défaut 25)
Behavior3/5

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

Annotations already declare readOnlyHint and openWorldHint. Description adds pagination and filtering behavior already in schema. No additional details like ordering or limitations, but no contradiction. Acceptable with annotation coverage.

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?

Two concise sentences front-loading the core action and usage examples, with no wasted words.

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 list tool with 5 parameters and no output schema, the description is complete enough for the main purpose. Could mention return format (e.g., array of meetings) but not essential given typical expectations.

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 covers 100% of parameters with descriptions. Tool description does not add extra meaning beyond what the schema provides, meeting baseline expectation.

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 tool lists user meetings with pagination and filters by status and date, and gives example queries. It distinguishes from sibling tools like get_meeting (single) and search_meetings.

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?

Provides example use cases for listing recent meetings or last month's meetings, implying context. Does not explicitly state when not to use or mention alternatives, but the context is clear enough.

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/HugoF1234/Gilbert-mcp'

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