Skip to main content
Glama

Simplicate MCP Server

by daanno

create_contract

Generate new contracts in Simplicate by specifying organization details and contract dates to establish business agreements.

Instructions

Create a new contract

Input Schema

NameRequiredDescriptionDefault
end_dateNo
organization_idYes
start_dateYes

Input Schema (JSON Schema)

{ "properties": { "end_date": { "type": "string" }, "organization_id": { "type": "string" }, "start_date": { "type": "string" } }, "required": [ "organization_id", "start_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