This commit is contained in:
a2a-platform
2026-06-27 01:02:21 +00:00
commit 197f1bd317
61 changed files with 48605 additions and 0 deletions

43
skills/search/SKILL.md Normal file
View 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`