← osamahassouna.com
INDIVIDUAL MCP TOOL
get_playbook_rules
Return the full rule pages for a given category.
LIVE ENDPOINT
https://docs.osamahassouna.com/api/mcp
Connect to this endpoint to inspect the live schema for get_playbook_rules and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.email-playbook]
url = "https://docs.osamahassouna.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"email-playbook": {
"type": "http",
"url": "https://docs.osamahassouna.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: email-playbook
Remote MCP URL: https://docs.osamahassouna.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"email-playbook": {
"url": "https://docs.osamahassouna.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"email-playbook": {
"type": "http",
"url": "https://docs.osamahassouna.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "email-playbook",
"transport": "streamable-http",
"url": "https://docs.osamahassouna.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_categories— List all rule categories in the Email Playbook with a one-line description and page count.list_components— List all reusable email components in the playbook with their metadata: name, subcategory (layout/media/interactive/text), description, whether they require Outlook VML, and whether they are responsive.get_component— 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.