Skip to main content
Glama
Termi24

eyeot-mcp

by Termi24

eyeot_help

List available actions in eyeot ERP by module, retrieve the full schema of a specific action, or search actions by keyword.

Instructions

Catalog des actions disponibles sur eyeot ERP. Sans argument : liste les modules et compteur d'actions. Avec module='rh' : liste toutes les actions RH (employes, conges, paie, formations…). Avec action='rh.employes.create' : retourne le détail (path, méthode, params, schema body). Avec search='facture' : recherche les actions matchant. Toujours appeler eyeot_help AVANT eyeot_call pour découvrir l'action exacte.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoAction exacte au format `<module>.<resource>.<verb>` (ex: 'rh.employes.create'). Retourne le schéma complet.
moduleNoNom du module (ex: 'rh', 'finance', 'clients'). Optionnel.
searchNoRecherche textuelle dans les noms d'action et descriptions. Optionnel.
Behavior4/5

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

No annotations provided, but the description fully discloses the tool's read-only behavior and output variations based on parameters. It is transparent about being a discovery tool.

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 slightly verbose but each sentence adds value. Key information is front-loaded (purpose and invocation rule). Could be slightly more concise but remains clear.

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 no output schema or annotations, the description fully explains all invocation modes, the search feature, and the critical guidance to use before eyeot_call. No gaps.

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

Parameters5/5

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

The description adds meaning to all three parameters by explaining how each changes the output: module lists actions, action returns detail, search matches actions. Schema coverage is 100% but description enriches context.

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 it catalogs available actions, lists modules without arguments, filters by module/action/search, and provides detailed schemas for specific actions. It is distinct from sibling eyeot_call.

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

Usage Guidelines5/5

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

Explicitly instructs to call this tool before eyeot_call to discover the exact action, and explains when to use each invocation mode (module, action, search).

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/Termi24/ERP-by-Eyeot-Software'

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