Skip to main content
Glama

Teamwork MCP

getPeopleMetricsPerformance.ts482 B
import { getApiClientForVersion } from '../core/apiClient.js'; interface GetPeopleMetricsPerformanceParams { startDate?: string; endDate?: string; orderMode?: 'asc' | 'desc'; } export async function getPeopleMetricsPerformance(params: GetPeopleMetricsPerformanceParams = {}) { const api = getApiClientForVersion('v3'); const response = await api.get('/people/metrics/performance.json', { params }); return response.data; } export default getPeopleMetricsPerformance;

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/Vizioz/Teamwork-MCP'

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