knowledge_schema
Discover expected property names and types for knowledge collections before data ingestion, using local schema definitions without database connections.
Instructions
Return property schemas for knowledge collections.
Reads from local CollectionDef objects — no Weaviate connection needed. Use this before knowledge_ingest to discover expected property names and types.
Args: collection: Single collection name, or None for all collections.
Returns: Dict mapping collection names to lists of {name, type, description}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | No | Collection to inspect (omit for all) |