MCP Utility Tools
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| retry_operationA | Retry an operation with exponential backoff. Use this for operations that might fail temporarily (API calls, network requests, etc.) |
| cache_getA | Get a value from the cache by key. Returns null if not found or expired. |
| cache_putB | Store a value in the cache with TTL. Useful for caching API responses, computed values, etc. |
| cache_deleteC | Delete a key from the cache |
| cache_clearC | Clear all entries from the cache or a specific namespace |
| batch_operationC | Process multiple operations with configurable concurrency and error handling |
| rate_limit_checkC | Check if an operation should be rate-limited |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/haasonsaas/mcp-utility-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server