Skip to main content
Glama

find

Read-only

Search event and task titles and notes across all statuses. Defaults to a 90-day window; specify start and end dates for a custom range.

Instructions

Recherche texte (titre, notes) sur événements et tâches, tous statuts. Sans fenêtre : 90 jours en arrière et 90 en avant. start/end : format « AAAA-MM-JJ HH:MM » en heure locale Europe/Paris.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
queryYes
startNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint. The description adds meaningful context beyond annotations: searchable fields, all statuses, default time window, and local timezone. It omits result limits or pagination behavior, but otherwise adds solid behavioral detail.

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?

Three short, dense sentences with no waste. The search scope, default window, and format guidance are front-loaded in a logical order.

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?

An output schema exists, so return values need not be explained. Annotations cover the safety profile. The description supplies search scope, default date range, and time format, making the tool callable; only minor details like result limits are absent.

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?

Schema description coverage is 0%, so the description must compensate. It defines the start/end format and default window, and clarifies that query searches titles and notes. Query syntax beyond that is unspecified, but the key parameter meanings are covered.

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?

States a specific verb and resource: text search over events and tasks, all statuses. It is clear what the tool does, but it does not explicitly differentiate itself from siblings like agenda or tasks.

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?

Provides useful default behavior (90 days back and forward) and the start/end format, but gives no explicit when-to-use or when-not guidance relative to alternative search or listing tools.

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