Skip to main content
Glama

get-template-modifications

Retrieve all available modifications for a specified template in Orshot's MCP Server, supporting both library and studio templates. Input the template ID or name to access customization options.

Instructions

Get available modifications for a specific template (works for both library and studio templates). For studio templates, you can use either ID or name.

Input Schema

NameRequiredDescriptionDefault
apiKeyNoOrshot API key for authentication (optional if set in environment)
templateIdYesThe ID or name of the template to get modifications for
templateTypeNoType of template (library, studio, or auto-detect)auto

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiKey": { "description": "Orshot API key for authentication (optional if set in environment)", "type": "string" }, "templateId": { "description": "The ID or name of the template to get modifications for", "type": "string" }, "templateType": { "default": "auto", "description": "Type of template (library, studio, or auto-detect)", "enum": [ "library", "studio", "auto" ], "type": "string" } }, "required": [ "templateId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rishimohan/orshot-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server