PandaDoc

documents_summary_get

Returns a summary for the specified document. Supports three granularity levels: detailed, short, or headline. If not ready, returns `{retry_after: N}` where N is seconds to wait before retrying.

Remote svitlana-omelia/pandadoc

Remote (network-hosted)

Other tools also called documents_summary_get? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "document_id": {
      "type": "string",
      "description": "Document ID"
    },
    "summary_type": {
      "enum": [
        "detailed",
        "short",
        "headline"
      ],
      "type": "string",
      "description": "Summary granularity to return. Must be one of: 'detailed', 'short', or 'headline'."
    }
  }
}