Skip to main content
Glama

MCP Art Supply Store

by wspotter

calculate_labor_cost

Calculate labor costs for a specific period using employee hours and rates to manage payroll expenses and budget planning.

Instructions

Calculate labor costs for a specific period based on employee hours and rates.

Input Schema

NameRequiredDescriptionDefault
endDateYesEnd date in YYYY-MM-DD format
startDateYesStart date in YYYY-MM-DD format

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End date in YYYY-MM-DD format", "type": "string" }, "startDate": { "description": "Start date in YYYY-MM-DD format", "type": "string" } }, "required": [ "startDate", "endDate" ], "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/wspotter/mcpart'

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