read_local_file
Load file contents from allowed local paths to ingest research outputs, claim JSON, or markdown before publishing to the Geo knowledge graph.
Instructions
Read a local file from an allowed path. Useful for ingesting local research outputs, claim JSON, or markdown before publishing to Geo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | No | Return mode for file content; use base64 for binary files | |
| filePath | Yes | Absolute or relative file path to read | |
| maxBytes | No | Maximum bytes to read (default 250000) |