Skip to main content
Glama

listUsers

Retrieve all workspace users from Clockify to manage team access and track time entries.

Instructions

List all users in the workspace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler implementation for the 'listUsers' tool. Fetches and returns the list of users in the current workspace using the Clockify API.
    case "listUsers": { const users = await clockifyFetch(`/workspaces/${workspaceId}/users`); return { content: [ { type: "text", text: JSON.stringify(users, null, 2), }, ], }; }
  • Tool schema definition for 'listUsers' including name, description, and input schema (no required inputs).
    { name: "listUsers", description: "List all users in the workspace.", inputSchema: { type: "object", properties: {}, required: [] },

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/inakianduaga/clockify-mcp'

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