retrieve_skill
Find executable skills and stored procedures by describing tasks in natural language to locate matching automation capabilities via semantic search.
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) |