Skip to main content
Glama

Buscar una persona por nombre o correo

dutic_find_person

Search participants across all courses by name or email; retrieve email, most recent access, and full course list with sharing status.

Instructions

Busca a una persona entre los participantes de TODOS los cursos del usuario, por nombre o por correo. Abre su perfil y devuelve su correo, su acceso MÁS RECIENTE (lastAccess + lastSeenAgoSeconds; se toma el más reciente entre todos los cursos, no el más antiguo) y TODOS sus cursos reales (course id + grupo, GA = Grupo A). Cada curso trae shared: true/false según si TÚ llevas exactamente ese curso (mismo course id — nunca confunde tu sección con la suya) y, si lo compartes, su lastAccess a ese curso. sharedCount = cuántos comparten. Úsalo para '¿quién es X?', '¿qué cursos lleva X?', '¿cuándo se conectó X?' o buscar por correo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesNombre (o parte) o correo a buscar.
Behavior4/5

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

No annotations provided, so description carries the burden. It details behavior: returns most recent access across courses, shared flag logic, and limits to real courses. Safe read operation implied.

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

Conciseness3/5

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

The description is verbose with many field details and usage examples. Front-loaded with purpose, but could be more concise (e.g., separate return details).

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?

Despite no output schema, the description comprehensively lists return fields and use cases. Sufficient for an agent to understand what the tool provides.

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 coverage is 100% with a minimal description of 'query'. The tool description adds nuance about partial name/email but does not significantly expand on parameter meaning beyond the schema.

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 searches for a person by name or email across all user's courses, with specific return fields. It distinguishes from siblings like list_participants by searching across courses.

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?

Explicitly lists example queries ('¿quién es X?') but does not mention when not to use or alternatives, though the context is clear from sibling tool names.

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/JOSETRA44/DUTIC-mcp'

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