MCP Platform Service
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_TOKEN | No | API token for authentication (optional if using login tool) | |
| ALLOW_LOGIN | No | Enable login tool (true/false, default: true) | |
| API_TIMEOUT | No | Request timeout in milliseconds (default: 30000) | |
| API_BASE_URL | No | Base URL of the external platform API (default: https://api.example.com/v1) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_entityC | Retrieve a specific entity by ID and type from the external platform |
| create_entityB | Create a new entity in the external platform |
| update_entityC | Update an existing entity in the external platform |
| delete_entityC | Delete an entity from the external platform |
| get_referenceB | Fetch reference data (statuses, priorities, categories, etc.) from the external platform |
| loginA | Authenticate with the external platform using username and password. Returns an API token that can be used for subsequent requests. |
| refresh_tokenB | Refresh an expired access token using a refresh token |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |