marketplace_manage
Manage marketplace listings for AI agents and tools. Browse, publish, install, review, and analyze available skills, agents, workflows, and bundles within the FleetQ ecosystem.
Instructions
Browse and manage marketplace listings. Actions: browse (query, category), publish (listing data), install (listing_slug), review (listing_slug, rating, comment), categories (list categories), analytics (listing_slug).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: browse, publish, install, review, categories, analytics | |
| 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 |