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

Function get_document

examples/agentic_vectorless_rag_demo.py:63–65  ·  view source on GitHub ↗

Get document metadata: status, page count, name, and description.

()

Source from the content-addressed store, hash-verified

61
62 @function_tool
63 def get_document() -> str:
64 """Get document metadata: status, page count, name, and description."""
65 return client.get_document(doc_id)
66
67 @function_tool
68 def get_document_structure() -> str:

Callers

nothing calls this directly

Calls 1

get_documentMethod · 0.80

Tested by

no test coverage detected