parse
Convert documents to Markdown from file paths or URLs. Automatically routes across parsing backends with fallback to ensure success.
Instructions
Convert a document to markdown. Routes across backends automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hints | No | Optional backend hints (reserved for future use). | |
| source | Yes | A filesystem path or http(s) URL. | |
| backend | No | Force a specific backend (e.g. "markitdown", "docling", "llamaparse"). Omit to let the router pick + fall back. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||