We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/teknologika/Deckbuilder'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
title_slide.json•736 B
{
"description": "Professional title slide with main title and subtitle for presentation opening",
"yaml_pattern": {
"layout": "Title Slide",
"title_top": "str",
"subtitle": "str"
},
"validation": {
"required_fields": [
"title_top"
],
"optional_fields": [
"subtitle"
],
"field_types": {
"title_top": "string",
"subtitle": "string"
}
},
"example": "---\nlayout: Title Slide\ntitle_top: My Presentation Title\nsubtitle_top: Key insights and strategic recommendations\n---\n# Title Slide\n\nThis slide serves as the opening slide for your presentation with a professional title and subtitle."
}