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_and_content.json•1.01 KiB
{
"description": "Standard slide with title and content area for general presentations, bullet points, and explanations",
"yaml_pattern": {
"layout": "Title and Content",
"title_top": "str",
"content": "str"
},
"validation": {
"required_fields": [
"title_top"
],
"optional_fields": [
"content"
],
"field_types": {
"title_top": "string",
"content": "string"
}
},
"example": "---\nlayout: Title and Content\ntitle_top: Key Benefits\ncontent: |\n Our solution provides several key advantages:\n \n • **Increased Efficiency**: Streamlined workflows reduce processing time by 40%\n • **Cost Savings**: Automation reduces manual labor costs significantly\n • **Improved Accuracy**: Automated validation eliminates human error\n • **Scalability**: System grows with your business needs\n \n Implementation can begin immediately with minimal disruption to existing operations.\n---"
}