MCPcopy Index your code
hub / github.com/VectifyAI/PageIndex / get_document_structure

Function get_document_structure

examples/agentic_vectorless_rag_demo.py:68–70  ·  view source on GitHub ↗

Get the document's full tree structure (without text) to find relevant sections.

()

Source from the content-addressed store, hash-verified

66
67 @function_tool
68 def get_document_structure() -> str:
69 """Get the document's full tree structure (without text) to find relevant sections."""
70 return client.get_document_structure(doc_id)
71
72 @function_tool
73 def get_page_content(pages: str) -> str:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected