sswp_node_search
Search the SSWP fleet registry by node name, tag, or description keyword to find specific projects. Matches partial keywords and returns a formatted table of matching nodes.
Instructions
Search the SSWP fleet registry using full-text search (FTS5) across node names, tags, and descriptions. Matches partial keywords and ranks results by relevance. Returns a formatted table showing matching nodes with their name, node type, status, and repository path. Use this to find specific projects in the ecosystem registry by name fragment, technology tag, or description keyword. For a full sorted health board of all nodes, use sswp_registry_health instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query string. Supports partial keyword matching across node names, tags, and descriptions. Example: 'anyio' or 'omega' or 'witness'. | |
| limit | No | Maximum number of matching results to return, ordered by FTS5 relevance rank. Defaults to 10 if not specified. |