R

ricmac.org

Richard MacManus's blog on AI, software, and the web — long-form essays with in-article search and a newsletter subscription tool.

1read
1action
https://ricmac.org/

live · Personal & Media · JSON · API for agents

Tools 2 tools

subscribe_newsletteraction

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": "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_in_articleread

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

View tool JSON
{
  "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": "/"
}