Fetch a docs page as Markdown
plaid_docs_fetchFetch any Plaid documentation page as Markdown, with configurable truncation and offset for reading long content in chunks.
Instructions
Every plaid.com/docs page is also served as Markdown at /index.html.md. Returns that text, truncated to max_chars, optionally starting at an offset for paging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A plaid.com/docs URL, e.g. https://plaid.com/docs/transactions/ | |
| offset | No | ||
| max_chars | No |