magg_kit_info
Retrieve comprehensive details about a specific kit by providing its name. This tool is part of the MAGG MCP server, which enhances LLM capabilities through dynamic tool management and aggregation.
Instructions
Get detailed information about a specific kit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Kit name to get information about |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Kit name to get information about",
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}