Inspect Hydra DB Source
hydradb_inspectRetrieve the full content of a source from Hydra DB by its source ID. Returns the original ingested text.
Instructions
Fetch the full content of a specific source by its source ID from Hydra DB. Returns the original text content that was ingested. Use this to retrieve the complete content of a previously stored source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Fetch mode: 'content' for text, 'url' for presigned URL, 'both' for both (default: 'content') | |
| source_id | Yes | The source ID to fetch content for |