Cloud Marketplace Manage Tool
marketplace_manageManage cross-team marketplace listings: browse, publish, install, and review shared skills, agents, and workflows. View install analytics for your published items.
Instructions
Cross-team marketplace for shared skills, agents, and workflows. browse and categories are public (no auth scope); publish, install, review operate within the caller's team. Installing a listing copies the artifact into the team and increments the listing's install count.
Actions:
browse (read) — optional: query, category, sort. Public.
categories (read) — taxonomy of available categories. Public.
publish (write) — listing data: target_type (skill/agent/workflow), target_id, name, description, visibility (public/private/team).
install (write) — listing_slug. Copies the listed entity into your team.
review (write) — listing_slug, rating (1-5), comment. One review per user per listing.
analytics (read) — listing_slug. Install counts, ratings (publisher only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: browse, publish, install, review, categories, analytics | |
| deadline_ms | No | Optional: max wall-clock time (ms) the tool may spend. If exceeded during the call, returns a DEADLINE_EXCEEDED error. Minimum 100 ms. Leave unset for no deadline. | |
| type | No | Filter by listing type (e.g. skill, agent, workflow) | |
| limit | No | Max results to return (default 10, max 100) | |
| entity_type | Yes | Type of entity to publish: skill, agent, workflow, or bundle | |
| entity_id | No | UUID of the entity to publish (not required for bundle) | |
| bundle_items | No | For bundle type: array of {type, id} objects. e.g. [{"type":"skill","id":"uuid"},{"type":"agent","id":"uuid"}] | |
| name | No | Marketplace listing name (required for bundle) | |
| description | No | Marketplace listing description | |
| visibility | No | Listing visibility: public (all users), unlisted (direct link only), team (team members only). Default: public | public |
| listing_slug | Yes | The marketplace listing slug | |
| rating | Yes | Rating from 1 (poor) to 5 (excellent) | |
| comment | No | Optional review comment (max 1000 characters) | |
| listing_id | No |