S

seiright.com

AI Operations Partner for Mortgage & Banking.

5read
1action
https://www.seiright.com/

live · AI Agents & Fintech · JSON · API for agents

Tools 6 tools

get_platform_capabilitiesread

Get the three core capabilities of the Sei AI platform: voice agents, document intelligence, and call monitoring & compliance. Use this to answer questions about what Sei does.

View tool JSON
{
  "name": "get_platform_capabilities",
  "kind": "read",
  "impl": "imperative",
  "description": "Get the three core capabilities of the Sei AI platform: voice agents, document intelligence, and call monitoring & compliance. Use this to answer questions about what Sei does.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
get_capability_detailsread

Get detailed information about a specific Sei platform capability by its ID.

View tool JSON
{
  "name": "get_capability_details",
  "kind": "read",
  "impl": "imperative",
  "description": "Get detailed information about a specific Sei platform capability by its ID.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string",
        "description": "Capability ID: voice-agents, document-intelligence, or call-monitoring",
        "enum": [
          "voice-agents",
          "document-intelligence",
          "call-monitoring"
        ]
      }
    },
    "required": [
      "id"
    ]
  },
  "page": "/"
}
get_case_studiesread

Get all Sei AI customer success stories with results and links. Includes mortgage lenders, banks, and fintechs.

View tool JSON
{
  "name": "get_case_studies",
  "kind": "read",
  "impl": "imperative",
  "description": "Get all Sei AI customer success stories with results and links. Includes mortgage lenders, banks, and fintechs.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
get_security_inforead

Get Sei AI security certifications, compliance posture, and the financial regulations the platform is trained on.

View tool JSON
{
  "name": "get_security_info",
  "kind": "read",
  "impl": "imperative",
  "description": "Get Sei AI security certifications, compliance posture, and the financial regulations the platform is trained on.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
get_company_inforead

Get key information about Sei AI: who they are, what they build, founding team, and how to contact them.

View tool JSON
{
  "name": "get_company_info",
  "kind": "read",
  "impl": "imperative",
  "description": "Get key information about Sei AI: who they are, what they build, founding team, and how to contact them.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
book_demoaction

Book a personalised demo of Sei AI's compliant AI agents for your financial institution. Provide your name, company, email, and the topics you'd like to cover.

View tool JSON
{
  "name": "book_demo",
  "kind": "action",
  "impl": "declarative",
  "description": "Book a personalised demo of Sei AI's compliant AI agents for your financial institution. Provide your name, company, email, and the topics you'd like to cover.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "fullName": {
        "type": "string",
        "description": "Full Name"
      },
      "companyName": {
        "type": "string",
        "description": "Company Name"
      },
      "email": {
        "type": "string",
        "description": "[email protected]"
      },
      "cf-turnstile-response": {
        "type": "string"
      }
    }
  },
  "page": "/"
}