Skip to main content
Glama

delete_hours

Remove hours entries from Simplicate timesheets by specifying the hours ID to maintain accurate time tracking and project records.

Instructions

Delete hours entry

Input Schema

NameRequiredDescriptionDefault
hours_idYes

Input Schema (JSON Schema)

{ "properties": { "hours_id": { "type": "string" } }, "required": [ "hours_id" ], "type": "object" }

Implementation Reference

  • The handler function that executes the delete_hours tool logic by calling the Simplicate API to delete the specified hours entry.
    async deleteHours(hoursId: string): Promise<void> { await this.client.delete(`/hours/hours/${hoursId}`); }

Latest Blog Posts

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