magg_search_servers
Search for MCP servers dynamically to extend LLM capabilities by querying and managing server configurations with defined result limits.
Instructions
Search for MCP servers online.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of results to return per search source | |
query | Yes | Search query for MCP servers |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 5,
"description": "Maximum number of results to return per search source",
"title": "Limit",
"type": "integer"
},
"query": {
"description": "Search query for MCP servers",
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}