Skip to main content
Glama

Simplicate MCP Server

by daanno

create_cost

Create cost entries in Simplicate by specifying description, amount, project, and date to track business expenses within projects.

Instructions

Create a cost entry

Input Schema

NameRequiredDescriptionDefault
amountYes
dateNo
descriptionYes
project_idNo

Input Schema (JSON Schema)

{ "properties": { "amount": { "type": "number" }, "date": { "type": "string" }, "description": { "type": "string" }, "project_id": { "type": "string" } }, "required": [ "description", "amount" ], "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