build_document_vocabulary
Create a lexicon of all tokens from a document to enable vocabulary validation and analysis within the BigContext MCP server.
Instructions
Build closed vocabulary from document.
Creates lexicon of all tokens. Required before using validate_output_vocabulary.
Args: document_id: ID of the document to build vocabulary from.
Returns: Vocabulary build result.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes |