magg_smart_configure
Configures a server from a URL by collecting metadata and using LLM sampling to generate optimal settings, then automatically adds it to your configuration.
Instructions
Use LLM sampling to intelligently configure and add a server from a URL.
This tool performs the complete workflow:
Collects metadata about the source URL
Uses LLM sampling (if context provided) to generate optimal configuration
Automatically adds the server to your configuration
Note: This requires an LLM context for intelligent configuration. Without LLM context, it falls back to basic metadata-based heuristics. For generating configuration prompts without sampling, use configure_server_prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | URL of the server package/repository | |
| server_name | No | Optional server name (auto-generated if not provided) | |
| allow_add | No | Whether to automatically add the server after configuration (default: False) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | ||
| output | No |