← WebMCP Directory

Tool tree

ricmac.org

liveMedia & Personal
https://ricmac.org/
Richard MacManus's blog on AI, software, and the web — long-form essays with in-article search and a newsletter subscription tool.
Explore capabilities
subscribe_newsletterSensitive Action

Subscribe an email address to ricmac.org updates via the Jetpack email subscription form on the current page.

View tool JSON
{
  "name": "subscribe_newsletter",
  "kind": "transact",
  "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_in_articleAnswer

Find and highlight the most relevant paragraph in the current article.

View tool JSON
{
  "name": "find_in_article",
  "kind": "answer",
  "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": "/"
}