Get Document by Title
get_doc_by_titleSearches for a document by title, then returns its content in markdown format. Combines search and export into a single call.
Instructions
Find a document by title and return its content as markdown in a single call. Combines search_docs + export_doc_markdown. Returns the first match by default; use limit for multiple.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | No | ||
| query | Yes | Title search query (case-insensitive substring match). | |
| limit | No | Max docs to return with content (default: 1). |