Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Get DocumentPARSIO_GET_DOCUMENT
Get one Parsio document and its mailbox-specific parsed JSON fields.
Get MailboxPARSIO_GET_MAILBOX
Get settings and parser configuration for one Parsio mailbox.
List DocumentsPARSIO_LIST_DOCUMENTS
List and filter documents in a Parsio mailbox, one page at a time.
List MailboxesPARSIO_LIST_MAILBOXES
List the Parsio mailboxes available to the connected account so their IDs can be used for parsing and configuration tasks.
List Table FieldsPARSIO_LIST_TABLE_FIELDS
List the extraction fields configured for a Parsio mailbox.
Parse Text DocumentPARSIO_PARSE_TEXT_DOCUMENT
Submit plain text or HTML to an existing template-based or GPT-powered Parsio mailbox, optionally waiting for the parsed result. This operation creates document data and consumes parsing credits.
Reparse DocumentPARSIO_REPARSE_DOCUMENT
Queue an existing Parsio document to be parsed again. This operation consumes parsing capacity or credits and should not be retried blindly.
Skip DocumentsPARSIO_SKIP_DOCUMENTS
Mark one or more documents in a Parsio mailbox as skipped. This changes their processing state and cannot be undone through this toolkit.
Update MailboxPARSIO_UPDATE_MAILBOX
Update one or more settings on an existing Parsio mailbox. Provide at least one setting; omitted settings remain unchanged.
Upload DocumentPARSIO_UPLOAD_DOCUMENT
Upload one file to a Parsio mailbox for parsing, optionally waiting for the parsed result. This operation creates document data and consumes parsing credits.