live · Personal & Media · JSON · API for agents
Subscribe an email address to ricmac.org updates via the Jetpack email subscription form on the current page.
{
"name": "subscribe_newsletter",
"kind": "action",
"impl": "imperative",
"description": "Subscribe an email address to ricmac.org updates via the Jetpack email subscription form on the current page.",
"inputSchema": {
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "Email address to subscribe"
}
},
"required": [
"email"
]
},
"page": "/"
}Find and highlight the most relevant paragraph in the current article.
{
"name": "find_in_article",
"kind": "read",
"impl": "imperative",
"description": "Find and highlight the most relevant paragraph in the current article.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Text or phrase to search for in the article"
}
},
"required": [
"query"
]
},
"page": "/"
}