search_pdf_context_tool
Semantically search indexed PDFs to retrieve facts, quotes, definitions, and page citations from specific documents or sections.
Instructions
Semantic search over PDFs indexed by this MCP server only.
Use when the user asks for facts, quotes, definitions, or comparisons drawn from ingested PDFs; wants page citations; or names a document, chapter, or section in the corpus. Prefer chapter_id/section_id/page filters when scope is known.
Do not use for general world knowledge, repo/code tasks, git, or questions that do not require content from this server's PDF folder. If unsure whether the question is about indexed PDFs, call list_documents first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | ||
| top_k | No | ||
| document | No | ||
| chapter_id | No | ||
| section_id | No | ||
| structure_node_id | No | ||
| page_start | No | ||
| page_end | No | ||
| doc_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |