themes_search
Search for presentation themes to find suitable designs for your slides. Enter keywords to discover relevant themes and filter results with optional limit.
Instructions
Search 2slides themes by query. Optional limit (max 100).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"exclusiveMinimum": 0,
"maximum": 100,
"type": "integer"
},
"query": {
"minLength": 1,
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}