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_only.json•595 B
{
"description": "Simple slide with only a title, useful for section breaks or discussion prompts",
"yaml_pattern": {
"layout": "Title Only",
"title_top": "str"
},
"validation": {
"required_fields": [
"title_top"
],
"optional_fields": [],
"field_types": {
"title_top": "string"
}
},
"example": "---\nlayout: Title Only\ntitle_top: Questions & Discussion\n---\n# Title Only\n\nThis slide contains only a title and is perfect for section breaks, discussion prompts, or interactive moments."
}