deploy
This commit is contained in:
43
skills/search/SKILL.md
Normal file
43
skills/search/SKILL.md
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
name: search-routes
|
||||
description: Handle 1 OpenAPI operation(s) under /search for the search route group.
|
||||
---
|
||||
|
||||
# search API Routes
|
||||
|
||||
Handle 1 OpenAPI operation(s) under /search for the search route group.
|
||||
|
||||
Use the generated operation tools to make real API calls. Do not invent API responses.
|
||||
If a tool reports missing setup, return the exact setup field name to the caller.
|
||||
For write, update, or delete operations, state the intended action before calling the tool.
|
||||
|
||||
## Operations
|
||||
|
||||
### get_search
|
||||
|
||||
- Operation ID: `get_search`
|
||||
- Route: `GET /search`
|
||||
- Mode: READ
|
||||
- Summary: Search for content
|
||||
- Parameters:
|
||||
- `query` in `query`
|
||||
- `scope` in `query`
|
||||
- `file_extensions` in `query`
|
||||
- `created_at_range` in `query`
|
||||
- `updated_at_range` in `query`
|
||||
- `size_range` in `query`
|
||||
- `owner_user_ids` in `query`
|
||||
- `recent_updater_user_ids` in `query`
|
||||
- `ancestor_folder_ids` in `query`
|
||||
- `content_types` in `query`
|
||||
- `type` in `query`
|
||||
- `trash_content` in `query`
|
||||
- `mdfilters` in `query`
|
||||
- `sort` in `query`
|
||||
- `direction` in `query`
|
||||
- `limit` in `query`
|
||||
- `include_recent_shared_links` in `query`
|
||||
- `fields` in `query`
|
||||
- `offset` in `query`
|
||||
- `deleted_user_ids` in `query`
|
||||
- `deleted_at_range` in `query`
|
||||
Reference in New Issue
Block a user