Skip to main content
Glama
365diascollaboration-prog

Gerent365 MCP Server

gerent365_delete_employee

Delete an employee from Gerent365 by supplying their unique ID. This action permanently removes the employee record from your restaurant management system.

Instructions

Elimina un empleado por su ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID del empleado.
Behavior2/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It only states the action without revealing whether deletion is permanent, cascades to related data, requires special permissions, or what happens if the ID is invalid. This is a significant gap for a destructive operation.

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?

The description is a single, front-loaded sentence that is both concise and informative for such a simple tool. Every word adds value, with no fluff or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (one parameter, no output schema), the description covers the core purpose adequately. However, it omits outcome details and consequences of deletion, which are important contextual elements for an agent to set expectations. The lack of annotations or output schema increases the need for such information.

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% for the single 'id' parameter, so the description adds little beyond what's already in the schema. Mentioning 'por su ID' reinforces the parameter's role but provides no extra format, constraints, or examples.

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 uses a specific verb ('Elimina') and resource ('empleado') with a clear scope ('por su ID'), making the tool's purpose unambiguous. It naturally distinguishes from sibling tools like create, update, or list employee operations.

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?

No explicit when-to-use or alternative guidance is provided. The usage is implied by the tool's name and description—delete an employee by ID—but there is no mention of prerequisites, such as whether the employee must not have related records, or when to avoid using it.

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/365diascollaboration-prog/gerent365-mcp'

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