mdk-docs
Search MDK documentation using semantic queries, retrieve component schemas, property details, and examples.
Instructions
Unified tool for accessing MDK documentation including search, component schemas, property details, and examples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | The type of documentation operation to perform: • search: Returns the top N results from MDK documentation by semantic search, sorted by relevance • component: Returns the schema of an MDK component based on the name of the component • property: Returns the documentation of a specific property of an MDK component • example: Returns an example usage of an MDK component | |
| folderRootPath | Yes | The path of the current project root folder. Used to determine the appropriate MDK schema version. | |
| query | No | Search query string (required for 'search' operation). | |
| component_name | No | Name of the component (required for 'component', 'property', and 'example' operations). | |
| property_name | No | Name of the property (required for 'property' operation). | |
| N | No | Number of results to return for search operation. |