deploy
This commit is contained in:
30
skills/tools/SKILL.md
Normal file
30
skills/tools/SKILL.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
name: tools-routes
|
||||
description: Handle 2 OpenAPI operation(s) under /v2/tools for the tools route group.
|
||||
---
|
||||
|
||||
# tools API Routes
|
||||
|
||||
Handle 2 OpenAPI operation(s) under /v2/tools for the tools 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
|
||||
|
||||
### tools_encode_and_sign_post
|
||||
|
||||
- Operation ID: `tools_encode_and_sign_post`
|
||||
- Route: `POST /v2/tools/encode-and-sign`
|
||||
- Mode: WRITE
|
||||
- Summary: Encode and sign object
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### tools_decode_and_verify_post
|
||||
|
||||
- Operation ID: `tools_decode_and_verify_post`
|
||||
- Route: `POST /v2/tools/decode-and-verify`
|
||||
- Mode: WRITE
|
||||
- Summary: Decode and verify object
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user