2slides MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | Your 2slides API key obtained from https://www.2slides.com/api |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| slides_generateB | Generate slides with 2slides. Returns job info including jobId and downloadUrl when ready. Optional 'mode' can be 'sync' (default) or 'async'. |
| jobs_getA | Get job status/result by jobId from 2slides. Please check every 20 seconds until the status is success. |
| themes_searchC | Search 2slides themes by query. Optional limit (max 100). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: jobs_get retrieves job status/results, slides_generate creates slides, and themes_search finds themes. There is no overlap in functionality, making it easy for an agent to select the correct tool without confusion.
All tool names follow a consistent verb_noun pattern (jobs_get, slides_generate, themes_search) with clear actions and targets. This predictability enhances usability and reduces cognitive load for agents.
With 3 tools, the server is well-scoped for slide generation and theme management, though it feels slightly thin. Each tool earns its place, but additional utilities like theme details or slide editing might be expected in a broader implementation.
The tools cover core workflows: generating slides, checking job status, and searching themes. Minor gaps exist, such as no direct theme retrieval or slide modification tools, but agents can work around these with the provided operations.