Model Context Protocol for index search and metadata operations (v2)
| Label | Property | Type | Description | Default Value | Is Required |
|---|
| Storage | storage | botdojo/interface/storage | Storage interface for file operations and export functionality | null | ✅ |
Properties
| Label | Property | Type | Description | Default Value | Is Required |
|---|
| Index | indexId | botdojo/types/index | ID of the index to perform operations on | null | |
| Session Name | sessionName | botdojo/types/string | Name for this index session | | ✅ |
| Index Context | indexContext | botdojo/types/string | Additional context about the index to include in the assistant prompt | null | ✅ |
Output
| Label | Property | Type | Description | Default Value |
|---|
| Model Context | modelContext | botdojo/interface/model_context | Index management model context | null |