knowledge_fetch
Retrieve specific knowledge objects by UUID from collections like ResearchFindings, VideoAnalyses, or AcademicPapers for video research and content analysis.
Instructions
Fetch a single object by UUID from a knowledge collection.
Args: object_id: UUID of the object to retrieve. collection: Collection the object belongs to.
Returns: Dict matching KnowledgeFetchResult schema.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | Weaviate object UUID | |
| collection | Yes |