Back to DocuSeal

Card snapshot

www.docuseal.com · 2026-05-15 00:28:40 UTC · b2661c928a13f3e787328330776427a2906e4661cb831fb8c979d70b5f3bb0d7

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "DocuSeal",
  "description": "DocuSeal knowledge base. Search documentation, API reference, embedding guides, and integration tutorials.",
  "version": "1.0.0",
  "provider": {
    "organization": "DocuSeal LLC",
    "url": "https://www.docuseal.com"
  },
  "documentationUrl": "https://www.docuseal.com/docs",
  "iconUrl": "https://www.docuseal.com/logo_square.svg",
  "supportedInterfaces": [
    {
      "protocolBinding": "JSONRPC",
      "url": "https://mcp.docuseal.com",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "search",
      "name": "Search",
      "description": "Semantic search across DocuSeal knowledge base. Returns titles, URLs, and short descriptions. Use this tool first to find relevant documentation, then use load_resource to read full page content. You can call multiple search tools in parallel for completely different topics.",
      "tags": [
        "search",
        "knowledge-base",
        "api-reference",
        "e-signature",
        "integration"
      ],
      "examples": [
        "How to embed a signing form in React?",
        "How to send a document for signature via API?",
        "What webhook events does DocuSeal support?"
      ]
    },
    {
      "id": "load_resource",
      "name": "Load Resource",
      "description": "Load the full content of a documentation page by its URL. Use URLs from search results to read complete documentation.",
      "tags": [
        "documentation",
        "content-loader",
        "reference",
        "guide"
      ],
      "examples": [
        "Load the API reference for templates",
        "Show the guide for sending documents for signature via API",
        "Load the CSS customization guide for signing forms"
      ]
    }
  ]
}