retrieve_mcps
Retrieve MCPs from the mcp-registry-server using a query. Access the registry for quick and accurate results based on specified search terms.
Instructions
Performs retrieval from our registry of MCPs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | The query to perform retrieval on |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "The query to perform retrieval on",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}