Tálamo
    Tálamo MCPv1.3

    audit_​accounts

    Lista metadatos seguros de cuentas propias, sin credenciales ni servidores.

    Auditoría
    Solo lectura
    Versión del contrato 1.0.0

    Permisos y seguridad

    Procedencia
    audited_account
    Requiere confirmación
    No
    openWorld
    false

    Esquema de entrada

    json
    {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }

    Esquema de salida

    json
    {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "source": {
          "type": "string",
          "const": "audited_account"
        },
        "accounts": {
          "type": "array",
          "items": {
            "type": "object",
            "propertyNames": {
              "type": "string"
            },
            "additionalProperties": {}
          }
        }
      },
      "required": [
        "source",
        "accounts"
      ],
      "additionalProperties": {}
    }

    Ejemplo

    json
    {
      "title": "Own audited accounts",
      "input": {},
      "output": {
        "source": "audited_account",
        "accounts": []
      }
    }

    Límites

    • At most 50 owned accounts.
    • Credentials, server addresses, and provider secrets are excluded.

    Errores estables

    CodeDescription
    UNAUTHORIZEDThe OAuth token is missing, expired, revoked, or invalid for this resource.
    VALIDATION_ERRORThe arguments do not match the published input schema.
    TOOL_ERRORThe operation could not be completed without exposing internal details.