← WebMCP Directory

Tool tree

lirn.net

liveHealth & Education
https://lirn.net/
LIRN empowers schools, students, and libraries to reach their full potential.
Explore capabilities
search_siteanswer

Search all static articles, blogs, and documentation on this site using keywords.

View tool JSON
{
  "name": "search_site",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search all static articles, blogs, and documentation on this site using keywords.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "The search keyword or phrase."
      }
    },
    "required": [
      "query"
    ]
  }
}
subscribeToMailingListtransact

Subscribe to LIRN's mailing list.

View tool JSON
{
  "name": "subscribeToMailingList",
  "kind": "transact",
  "impl": "declarative",
  "description": "Subscribe to LIRN's mailing list.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "b_ac9723a8de2a03a2f8ca8f2c1_7757aa93e4": {
        "type": "string"
      },
      "EMAIL": {
        "type": "string",
        "description": "[email protected]"
      }
    },
    "required": [
      "EMAIL"
    ]
  }
}