host.tool_share
Share one of this tenant's published tools with everyone (visibility: "public") or with a named group this tenant owns (visibility: "group", group: ). The tool keeps running in this tenant's own sandbox with this tenant's own secrets; a caller reaches it as <this tenant's namespace>..
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Local name of the tool to share. | |
| group | No | Required when visibility is "group"; must already exist (host.group.create). | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. | |
| visibility | Yes | "public" or "group". | |
| description | No | Catalog-facing blurb; shown by host.catalog.search/get. |