Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

get_clients

Retrieve workspace clients with options to filter by name, archived status, and paginate results using the Clockify MCP Server integration.

Instructions

Get all clients in a workspace

Input Schema

NameRequiredDescriptionDefault
archivedNoFilter by archived status
nameNoFilter by client name
pageNoPage number (default: 1)
pageSizeNoPage size (default: 50, max: 5000)
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "archived": { "description": "Filter by archived status", "type": "boolean" }, "name": { "description": "Filter by client name", "type": "string" }, "page": { "description": "Page number (default: 1)", "type": "number" }, "pageSize": { "description": "Page size (default: 50, max: 5000)", "type": "number" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspaceId" ], "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