get_playbook_rules
ActiveTool of HTML Email Playbook
Return the full rule pages for a given category. Each rule includes the title, description, markdown body explaining the rule, and any HTML/CSS code examples from the playbook. Use this to teach a model the exact patterns for a specific concern (e.g., responsive layout).
Parameters schema
{
"type": "object",
"required": [
"category"
],
"properties": {
"category": {
"enum": [
"ai-generation",
"compatibility",
"production",
"structure"
],
"type": "string",
"description": "Which rule category to fetch."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
HTML Email Playbook
https://github.com/OsamaHassouna/docs-hub
1/7 registries