← WebMCP Directory

Tool tree

symbaiex.com

liveMedia & Personal
https://symbaiex.com/
A high-contrast personal blog for Austin Hamilton, software engineering, AI systems, and daily Hacker News notes.
Explore capabilities
discover_symbaiex_agent_accessAnswer

Use when the user wants to connect an agent to SYMBaiEX or discover its public evidence tools. Returns only canonical public setup and contract URLs; it never enrolls, authenticates, posts, or reads credentials.

View tool JSON
{
  "name": "discover_symbaiex_agent_access",
  "kind": "answer",
  "impl": "imperative",
  "description": "Use when the user wants to connect an agent to SYMBaiEX or discover its public evidence tools. Returns only canonical public setup and contract URLs; it never enrolls, authenticates, posts, or reads credentials.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
subscribe_symbaiex_newsletterSensitive Action

Prepare a SYMBaiEX newsletter subscription using the email address the user provides. The user must review and manually submit the visible form.

View tool JSON
{
  "name": "subscribe_symbaiex_newsletter",
  "kind": "transact",
  "impl": "declarative",
  "description": "Prepare a SYMBaiEX newsletter subscription using the email address the user provides. The user must review and manually submit the visible form.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string",
        "description": "Sign up for Newsletter"
      }
    },
    "required": [
      "email"
    ]
  }
}