as
Upload, download, and resolve media artifacts using camelCase methods. Manage presigned URLs and artifact URIs.
Instructions
Artifact store: upload/download media, resolve artifact:// URIs, presigned URLs. method = a camelCase verb like uploadMedia, getMediaUrl, downloadMedia, resolveUris. Pass a FLAT params object as usual — the adapter maps it to the SDK's positional call shape for you (e.g. getMediaUrl(idOrUri, opts)); you do NOT need to construct positional args. Call with {"method":"","params":{...}}. Use {"method":"list"} for the FULL per-method purpose + field schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | camelCase service method, or "list" to enumerate methods + their purpose/field schemas | |
| params | No | arguments object for the method (see the method schema from "list") |