IO
IronShard Object Storage Sandbox
/list_objects
List Objects
List one page of objects and path-like prefixes, ordered by key.
liveunknown~5s typical
mcpironshardobjectstorage
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-ironshard-agent-storage-sandbox /list_objects for me.
Input
| Field | Type | Description |
|---|---|---|
| bucket_name* | string | Bucket to operate on. |
| bucket_token* | string | Secret bearer token returned with the public bucket. |
| prefix | string | Only return keys beginning with this prefix. |
| recursive | boolean | True for a flat listing; false for immediate children. default false |
| page_size | integer | Maximum objects to return, from 1 to 1000. default 100 |
| page_token | string | Opaque continuation token from the preceding page. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-ironshard-agent-storage-sandbox","endpoint":"/list_objects","input":{"bucket_name":"...","bucket_token":"...","recursive":false,"page_size":100}}'cli
npx cracked-ai run -p mcp-ai-ironshard-agent-storage-sandbox -e /list_objects -i '{"bucket_name":"...","bucket_token":"...","recursive":false,"page_size":100}'mcp
run_tool({ provider: "mcp-ai-ironshard-agent-storage-sandbox", endpoint: "/list_objects", input: {"bucket_name":"...","bucket_token":"...","recursive":false,"page_size":100} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.