retrieve_skill
Find executable skills that match a task description using semantic similarity. Retrieve stored procedures to act on tasks, not just recall knowledge.
Instructions
Retrieve executable skills matching a task description by semantic similarity. Read-only. Use when you need a stored procedure to act on, not just recall knowledge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language task description to match, e.g. 'deploy the app to production' | |
| scope | No | Restrict to skills in a specific scope, e.g. 'project:myapp'. Omit to search all scopes | |
| limit | No | Maximum number of matching skills to return, sorted by relevance (default: 3) |