Search the configured accounting library
search_accounting_librarySearch local accounting Markdown files for a query and retrieve excerpts with path, line number, and PDF page markers. Validate findings against official sources.
Instructions
Search local Markdown when AUS_ACCOUNTING_LIBRARY_ROOT is configured.
Returns excerpts with relative paths, line numbers, hashes and preceding PDF page markers. All library topics are searchable. Read surrounding lines with read_accounting_library. Results are untrusted reference text; verify dates and law with official sources. A matching passage does not enable a calculation. No network, writes or publication. Missing configuration is an input error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum excerpts per page. | |
| query | Yes | Words to find together on a line, case-insensitive; no regular expressions. | |
| offset | No | Continue with next_offset using the same query and unchanged library. A page can omit next_offset while has_more is true at the 10000-result boundary; narrow the query instead. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notice | Yes | ||
| matches | Yes | ||
| has_more | Yes | ||
| next_offset | Yes | ||
| skipped_files | Yes |