We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quartz-labs-dev/pabal-web-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
content.md•567 B
# Content Tools
Tools for content generation.
## Tools
### create-blog-html
Generates blog HTML documents from content.
**Input:**
- `slug` (required): Product slug
- `title` (required): Blog post title
- `content` (required): Blog content (markdown or HTML)
- `locale` (optional): Target locale
- `author` (optional): Author name
**Output:**
- Generated HTML file path
- Blog metadata (title, slug, date)
- SEO-optimized structure
**Features:**
- Automatic slug generation from title
- Multi-locale support
- SEO metadata integration
- Responsive HTML output