search_aerospace_tools
Discover aerospace MCP tools by name or description using natural language or regex search, with optional category filter.
Instructions
Search for aerospace-mcp tools by name, description, or functionality.
This tool enables dynamic tool discovery, allowing Claude to find relevant tools from the 34+ available aerospace tools without loading all definitions upfront. Returns tool references matching the search query.
Args: query: Search query - regex pattern (for regex mode) or natural language (for text mode) search_type: Search mode - 'regex' for pattern matching, 'text' for natural language, 'auto' to detect based on query characteristics max_results: Maximum number of tools to return (default 5, max 10) category: Optional category filter (core, atmosphere, frames, aerodynamics, propellers, rockets, orbits, optimization, agents)
Returns:
JSON string with tool references matching the query, including both
machine-readable tool_reference blocks and human-readable details.
Raises: No exceptions are raised directly; errors are returned in JSON format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| search_type | No | auto | |
| max_results | No | ||
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |