Skip to main content
Glama

MCP Employee API Server

by JoseGarayar

update_employee

Modify employee records by updating their name, age, and other details through the employee management system.

Input Schema

NameRequiredDescriptionDefault
ageYes
idYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "age": { "title": "Age", "type": "integer" }, "id": { "title": "Id", "type": "integer" }, "name": { "title": "Name", "type": "string" } }, "required": [ "id", "name", "age" ], "type": "object" }

Other Tools from MCP Employee API Server

Related Tools

    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/JoseGarayar/mcp_test'

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