Parseur

Parseur is an AI-powered data extraction tool that automates the parsing of emails, PDFs, and other documents into structured data.

26 actions Integration catalog
Request access
Connect Parseur once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Copy DocumentPARSEUR_COPY_DOCUMENT
Tool to copy a document to another mailbox. Use when you need to duplicate a document from one mailbox to another mailbox within Parseur.
Copy MailboxPARSEUR_COPY_MAILBOX
Tool to copy a mailbox (parser) in Parseur. Creates a duplicate of the mailbox with all its configuration. Use when you need to duplicate an existing parser setup.
Create custom downloadPARSEUR_CREATE_CUSTOM_DOWNLOAD
Tool to create a custom download (export configuration) for a mailbox. Use when you need to define which fields should be exported to CSV or XLS format.
Create mailboxPARSEUR_CREATE_MAILBOX
Tool to create a new mailbox (parser) in Parseur. Use when you need to set up a new parser for document parsing with custom configuration.
Delete custom downloadPARSEUR_DELETE_CUSTOM_DOWNLOAD
Tool to delete a custom download (export configuration) from a mailbox. Use when permanently removing an export configuration after confirming its ID.
Delete documentPARSEUR_DELETE_DOCUMENT
Tool to delete a specific document by ID. Use when permanently removing a document after confirming its ID.
Delete mailboxPARSEUR_DELETE_MAILBOX
Tool to delete a mailbox (parser) by ID. Use when permanently removing a mailbox after confirming its ID.
Delete webhookPARSEUR_DELETE_WEBHOOK
Tool to delete a specific webhook. Use when permanently removing a webhook after confirming its ID.
Disable webhookPARSEUR_DISABLE_WEBHOOK
Tool to disable a webhook for a mailbox. Removes the webhook association from the specified mailbox. Use when you need to stop an active webhook from sending parsed data.
Enable webhookPARSEUR_ENABLE_WEBHOOK
Enables a paused webhook for a specified mailbox, allowing it to receive and forward parsed document events. Use this action to re-enable a webhook that was previously paused. Only webhooks listed in 'available_webhook_set' (paused webhooks) can be enabled. After enabling, the webhook will appear in 'webhook_set' (active webhooks) and begin sending HTTP POST requests to its target URL when the configured event occurs (e.g., document.processed).
Get Bootstrap ConfigPARSEUR_GET_BOOTSTRAP_CONFIG
Tool to retrieve bootstrap configuration data. Use when you need system-wide configuration choices, field format mappings, maximum field lengths, or master parser definitions.
Get DocumentPARSEUR_GET_DOCUMENT
Tool to retrieve full details of a specific document by ID. Returns document status, processing info, parsed results, and download URLs for JSON, CSV, and XLS formats.
Get Document LogsPARSEUR_GET_DOCUMENT_LOGS
Tool to get document logs for a specific document. Returns paginated list of logs with status, source, and message details. Use when you need to troubleshoot or audit document processing history.
Get Mailbox by IDPARSEUR_GET_MAILBOX
Tool to retrieve full mailbox (parser) configuration by ID. Use when you need complete details about a specific mailbox including fields, webhooks, and settings.
Get Mailbox SchemaPARSEUR_GET_MAILBOX_SCHEMA
Tool to retrieve the JSON schema for a mailbox's parsed fields. Use when you need to understand the structure and types of data fields extracted by a specific parser.
List Custom DownloadsPARSEUR_LIST_CUSTOM_DOWNLOADS
Tool to retrieve custom downloads (export configurations) for a mailbox. Use when you need to list available export formats and their download URLs.
List Documents in MailboxPARSEUR_LIST_DOCUMENTS_IN_MAILBOX
Tool to list documents within a specific mailbox. Use when you need to paginate, search, or sort the documents of a given mailbox after obtaining its ID.
List Mailboxes (Full Details)PARSEUR_LIST_MAILBOXES2
Tool to list mailboxes (parsers) with full configuration details. Returns paginated list of all mailboxes with document counts, processing statistics, and complete configuration settings. Use when you need comprehensive mailbox information including field configurations, processing options, and webhook settings.
List Templates for MailboxPARSEUR_LIST_TEMPLATES
Tool to list all templates in a given mailbox. Use after fetching mailbox details when you need to page through and inspect available templates for further actions.
Reprocess a documentPARSEUR_REPROCESS_DOCUMENT
Tool to reprocess a document. Triggers re-parsing of the document with the current template configuration. Use when you need to re-parse a document after template updates or to retry failed parsing.
Retrieve a webhookPARSEUR_RETRIEVE_WEBHOOK
Tool to retrieve details of a specific webhook. Use after creating or listing webhooks.
Skip a documentPARSEUR_SKIP_DOCUMENT
Tool to skip a document. Marks the document as skipped and returns the updated document with status 'SKIPPED'.
Update custom downloadPARSEUR_UPDATE_CUSTOM_DOWNLOAD
Tool to update a custom download (export configuration) for a mailbox. Use when you need to modify the field list, name, or export settings for an existing download configuration.
Update MailboxPARSEUR_UPDATE_MAILBOX
Tool to update a mailbox (parser) configuration. Use when you need to modify mailbox settings such as name, AI engine, processing options, or document handling rules.
Update webhookPARSEUR_UPDATE_WEBHOOK
Tool to update an existing webhook’s settings. Use when you need to change the webhook’s target URL, event type, headers, or name after creation.
Upload Email DocumentPARSEUR_UPLOAD_EMAIL_DOCUMENT
Tool to upload an email or text document to Parseur for parsing. Use when you need to programmatically send documents to a Parseur mailbox.