deploy
This commit is contained in:
26
skills/search/SKILL.md
Normal file
26
skills/search/SKILL.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
name: search-routes
|
||||
description: Handle 1 OpenAPI operation(s) under /api/v1/search/org_slug/{org_slug} for the search route group.
|
||||
---
|
||||
|
||||
# search API Routes
|
||||
|
||||
Handle 1 OpenAPI operation(s) under /api/v1/search/org_slug/{org_slug} 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
|
||||
|
||||
### api_search_across_org_api_v1_search_org_slug_org_slug_get
|
||||
|
||||
- Operation ID: `api_search_across_org_api_v1_search_org_slug_org_slug_get`
|
||||
- Route: `GET /api/v1/search/org_slug/{org_slug}`
|
||||
- Mode: READ
|
||||
- Summary: Search within an organization
|
||||
- Parameters:
|
||||
- `org_slug` in `path` required
|
||||
- `query` in `query` required
|
||||
- `page` in `query`
|
||||
- `limit` in `query`
|
||||
Reference in New Issue
Block a user