You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Args: `query` (string), `limit` (number, optional, max 100)
43
+
- Example:
44
+
```json
45
+
{ "query": "8 stages", "limit": 10 }
46
+
```
47
+
48
+
- `templates_browse_url` (No API call)
49
+
- Returns the templates page URL: `https://www.2slides.com/templates`
50
+
51
+
All tools return the 2slides API JSON as formatted text. Use `jobs_get` with the `jobId` from `slides_generate` to poll status or get the `downloadUrl` when available.
mcp.tool('slides_generate','Generate slides with 2slides. Returns job info including jobId and downloadUrl when ready.',GenerateArgs,async(args,_extra)=>{
27
+
mcp.tool('slides_generate','Generate slides with 2slides. Returns job info including jobId and downloadUrl when ready.',GenerateArgs,async(args: any,_extra: any)=>{
0 commit comments