drive_search
Semantic search across your org's artifacts in AgentDrive. Returns the top-N most relevant files. Use this BEFORE writing similar artifacts to avoid duplication and surface prior context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query | |
| top_k | No | Max hits to return (default 10, max 50) | |
| filter | No | ||
| workspace_id | No | Scope to a single workspace; omit for org-wide search |