get_component
ActiveTool of HTML Email Playbook
Return the full record for a single component: title, description, narrative body, the primary HTML pattern, list of slots (placeholders the model should fill), VML/responsive flags, and all code examples. Use after list_components to fetch the actual HTML pattern to paste into an email.
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"enum": [
"background-images",
"buttons",
"images",
"inline-icon",
"spacing",
"text"
],
"type": "string",
"description": "Component name. Get the list from list_components first."
}
},
"additionalProperties": false
}Parent server
HTML Email Playbook
https://github.com/OsamaHassouna/docs-hub
1/7 registries