Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

get_tasks

Retrieve all tasks within a specific project using workspace and project IDs, with options to filter by active status, task name, and pagination settings.

Instructions

Get all tasks in a project

Input Schema

NameRequiredDescriptionDefault
isActiveNoFilter by active status
nameNoFilter by task name
pageNoPage number (default: 1)
pageSizeNoPage size (default: 50, max: 5000)
projectIdYesProject ID
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "isActive": { "description": "Filter by active status", "type": "boolean" }, "name": { "description": "Filter by task name", "type": "string" }, "page": { "description": "Page number (default: 1)", "type": "number" }, "pageSize": { "description": "Page size (default: 50, max: 5000)", "type": "number" }, "projectId": { "description": "Project ID", "type": "string" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspaceId", "projectId" ], "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/ratheesh-aot/clockify-mcp'

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