Skip to main content
Glama

Simplicate MCP Server

by daanno

create_mileage

Create mileage entries for business travel by specifying distance, date, employee, and project details to track travel expenses in Simplicate.

Instructions

Create mileage entry

Input Schema

NameRequiredDescriptionDefault
dateYes
distanceYes
employee_idNo
project_idNo

Input Schema (JSON Schema)

{ "properties": { "date": { "type": "string" }, "distance": { "type": "number" }, "employee_id": { "type": "string" }, "project_id": { "type": "string" } }, "required": [ "distance", "date" ], "type": "object" }

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/daanno/simplicate-mcp'

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