Docsumo MCP integration for AI agents.
Connect AI agents to Docsumo through 6 structured actions, including get account info, upload document from url, and get document detail. Review authenticati…
- ACTION CONTRACTS
- 6
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Docsumo integration exposes
The Docsumo Agent App exposes 6 provider-backed actions for ai, productivity, and data work. Its current contract lets an authorized agent get docsumo account details, monthly document quota usage, and the currently enabled document types, upload one public file url to docsumo for a chosen document type and return the queued document metadata, and get docsumo document detail metadata for one document, including page information and preview assets. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Docsumo account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Docsumo capabilities.
Showing 6 of 6 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_account_infoREADGet Docsumo account details, monthly document quota usage, and the currently enabled document types.
upload_document_from_urlWRITEUpload one public file URL to Docsumo for a chosen document type and return the queued document metadata.
INPUTS: docType / fileUrl / userDocId / docMetaData / reviewToken
get_document_detailREADGet Docsumo document detail metadata for one document, including page information and preview assets.
INPUTS: docId
get_documents_summaryREADGet the Docsumo documents summary grouped by document type, including disabled types and status counts.
get_extracted_dataREADGet the simplified extracted Docsumo data for one document and preserve the dynamic section and field structure.
INPUTS: docId
list_documentsREADList Docsumo documents with optional folder, type, status, search, sorting, and created-date filters.
INPUTS: view / folderId / limit / offset / docType
INPUT CONTRACTS
Know what the action needs before it runs.
upload_document_from_url
docTypeREQUIRED- The Docsumo document type identifier to process the file with.
fileUrlREQUIRED- The public file URL that Docsumo should download and process.
userDocIdOPTIONAL- An optional caller-defined document identifier for external tracking.
docMetaDataOPTIONAL- Optional metadata that will be JSON-stringified and attached to the uploaded document.
reviewTokenOPTIONAL- Whether Docsumo should return a temporary signed review URL for external review.
get_document_detail
docIdOPTIONAL- The Docsumo document identifier to retrieve.
get_extracted_data
docIdOPTIONAL- The Docsumo document identifier to retrieve extracted data for.
list_documents
viewOPTIONAL- How Docsumo should scope the listing: `files`, `folder`, or `all_files`.
folderIdOPTIONAL- The folder identifier to list documents from when `view` is `folder`.
limitOPTIONAL- The maximum number of documents to return. Official docs cap this at 20.
offsetOPTIONAL- The number of documents to skip before returning results.
docTypeOPTIONAL- The Docsumo document type identifier to filter by.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Account Info
Get Docsumo account details, monthly document quota usage, and the currently enabled document types. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_account_infoControl Upload Document From Url
Upload one public file URL to Docsumo for a chosen document type and return the queued document metadata. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
upload_document_from_urlVerify with Get Document Detail
Get Docsumo document detail metadata for one document, including page information and preview assets. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_document_detailSAFETY BOUNDARY
Operate Docsumo with explicit limits
- Authorize Docsumo with API key and grant only the provider access required by the selected actions.
- 1 action is change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Docsumo rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Docsumo task completed successfully.
CONNECTION MODEL
API key
Docsumo API key sent with the apikey header. Copy it from Docsumo API settings.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 5
- WRITE SIGNALS
- 1
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Docsumo.