DiscoveryRead-only

Read doc

read_doc

Read the full Markdown of a BankSync documentation page by slug (from search_docs). Ground your answer in it and reference the doc URL so the user can read more.

Parameters

ParameterTypeRequiredDescription
slugstringrequiredThe doc slug from a search_docs result, e.g. "australian-banks".

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "read_doc",
"arguments": {
"slug": "value"
}
}

Use this tool in

Related Discovery tools