action telnyx_list_documents { label: "List all documents" description: "List all documents ordered by created_at descending." provider: telnyx method: GET path: "/documents" encoding: json output: { type: "object" additionalProperties: true } }