Skip to main content
Glama

ClickUp MCP

by TwoFeetUp
measurement-output-optimized.txt•4.74 kB
====================================================================== TOKEN USAGE MEASUREMENT Using Anthropic Messages Count Tokens API with MCP Tool Calls ====================================================================== šŸ”§ Starting MCP server... āœ… MCP server connected šŸ“Š Measuring 1 tasks at 'minimal' detail level... šŸ“ Got response with 1 tasks āœ… 1 tasks: 141 tokens (141.0 per task) šŸ“Š Measuring 1 tasks at 'standard' detail level... šŸ“ Got response with 1 tasks āœ… 1 tasks: 189 tokens (189.0 per task) šŸ“Š Measuring 1 tasks at 'detailed' detail level... šŸ“ Got response with 1 tasks āœ… 1 tasks: 1057 tokens (1057.0 per task) šŸ“Š Measuring 5 tasks at 'minimal' detail level... šŸ“ Got response with 5 tasks āœ… 5 tasks: 431 tokens (86.2 per task) šŸ“Š Measuring 5 tasks at 'standard' detail level... šŸ“ Got response with 5 tasks āœ… 5 tasks: 757 tokens (151.4 per task) šŸ“Š Measuring 5 tasks at 'detailed' detail level... šŸ“ Got response with 5 tasks āœ… 5 tasks: 5063 tokens (1012.6 per task) šŸ“Š Measuring 10 tasks at 'minimal' detail level... šŸ“ Got response with 10 tasks āœ… 10 tasks: 773 tokens (77.3 per task) šŸ“Š Measuring 10 tasks at 'standard' detail level... šŸ“ Got response with 10 tasks āœ… 10 tasks: 1482 tokens (148.2 per task) šŸ“Š Measuring 10 tasks at 'detailed' detail level... šŸ“ Got response with 10 tasks āœ… 10 tasks: 11405 tokens (1140.5 per task) šŸ“Š Measuring 25 tasks at 'minimal' detail level... šŸ“ Got response with 25 tasks āœ… 25 tasks: 1632 tokens (65.3 per task) šŸ“Š Measuring 25 tasks at 'standard' detail level... šŸ“ Got response with 25 tasks āœ… 25 tasks: 2908 tokens (116.3 per task) šŸ“Š Measuring 25 tasks at 'detailed' detail level... šŸ“ Got response with 25 tasks āœ… 25 tasks: 2952 tokens (118.1 per task) šŸ“Š Measuring 50 tasks at 'minimal' detail level... šŸ“ Got response with 50 tasks āœ… 50 tasks: 3252 tokens (65.0 per task) šŸ“Š Measuring 50 tasks at 'standard' detail level... šŸ“ Got response with 50 tasks āœ… 50 tasks: 5843 tokens (116.9 per task) šŸ“Š Measuring 50 tasks at 'detailed' detail level... šŸ“ Got response with 50 tasks āœ… 50 tasks: 5887 tokens (117.7 per task) šŸ“Š Measuring 100 tasks at 'minimal' detail level... šŸ“ Got response with 100 tasks āœ… 100 tasks: 6233 tokens (62.3 per task) šŸ“Š Measuring 100 tasks at 'standard' detail level... šŸ“ Got response with 100 tasks āœ… 100 tasks: 9447 tokens (94.5 per task) āœ… MCP server disconnected ====================================================================== ANALYSIS: Token Thresholds for 10,000 Token Limit ====================================================================== šŸ“ˆ MINIMAL Detail Level: Average tokens per task: 82.9 Estimated max tasks for 10000 tokens: ~120 tasks Measurements: āœ… 1 tasks = 141 tokens (141/task) āœ… 5 tasks = 431 tokens (86.2/task) āœ… 10 tasks = 773 tokens (77.3/task) āœ… 25 tasks = 1632 tokens (65.3/task) āœ… 50 tasks = 3252 tokens (65/task) āœ… 100 tasks = 6233 tokens (62.3/task) šŸ“ˆ STANDARD Detail Level: Average tokens per task: 136.0 Estimated max tasks for 10000 tokens: ~73 tasks Measurements: āœ… 1 tasks = 189 tokens (189/task) āœ… 5 tasks = 757 tokens (151.4/task) āœ… 10 tasks = 1482 tokens (148.2/task) āœ… 25 tasks = 2908 tokens (116.3/task) āœ… 50 tasks = 5843 tokens (116.9/task) āœ… 100 tasks = 9447 tokens (94.5/task) šŸ“ˆ DETAILED Detail Level: Average tokens per task: 689.2 Estimated max tasks for 10000 tokens: ~14 tasks Measurements: āœ… 1 tasks = 1057 tokens (1057/task) āœ… 5 tasks = 5063 tokens (1012.6/task) āŒ 10 tasks = 11405 tokens (1140.5/task) āœ… 25 tasks = 2952 tokens (118.1/task) āœ… 50 tasks = 5887 tokens (117.7/task) ====================================================================== RECOMMENDED THRESHOLDS ====================================================================== For 10,000 token limit (based on REAL MCP responses): 1. DETAILED level: - Use when: ≤ 14 tasks - Avg 689.2 tokens/task 2. STANDARD level: - Use when: 15 - 73 tasks - Avg 136.0 tokens/task 3. MINIMAL level: - Use when: > 73 tasks - Avg 82.9 tokens/task - Safe up to ~120 tasks Implementation for consolidated-handlers.ts: const DETAILED_THRESHOLD = 14; // tasks const STANDARD_THRESHOLD = 73; // tasks const TOKEN_LIMIT = 10000; // tokens Auto-downgrade logic: - If task_count > STANDARD_THRESHOLD → minimal - Else if task_count > DETAILED_THRESHOLD && detail_level == 'detailed' → standard šŸ“ Full results saved to: playground/token-measurement-results.json

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/TwoFeetUp/clickup-mcp'

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