preview_agent_marketplace_action_publication
Preview a governed action contract before marketplace publication by resolving domain and action, validating publisher RBAC and visibility, and returning the expected contract digest.
Instructions
Preview a governed action contract before any marketplace publication.
Always call this first. The server resolves domain + action to an
existing server-authoritative action contract, which may be a static
platform contract or an eligible active runtime action. It validates
publisher RBAC and visibility policy, then returns an
expected_contract_digest for the exact immutable contract that may be
published. This tool does not approve, activate, register, install, or
invoke a runtime action. Shared visibility is limited to portable platform contracts.
PRIVATE is the safe default; PUBLIC remains
partner-tier gated. Only INCLUDED pricing is currently truthful and
accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| slug | Yes | ||
| action | Yes | ||
| domain | Yes | ||
| version | Yes | ||
| changelog | No | ||
| visibility | No | PRIVATE | |
| pricing_model | No | INCLUDED |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |