drive_search
Search across org artifacts in AgentDrive to find relevant files before writing, avoiding duplication and surfacing prior context.
Instructions
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 |