Server 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 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| slides_generate | Generate slides with 2slides. Returns job info including jobId and downloadUrl when ready. |
| jobs_get | Get job status/result by jobId from 2slides. Please check every 10 seconds until the status is success. |
| themes_search | Search 2slides themes by query. Optional limit (max 100). |