Publish Claim
publish_claimMake a saved claim discoverable by flipping its visibility: public (default) surfaces it on the author's /[handle] profile and counts toward their claim-accuracy reputation; unlisted makes it reachable at a known direct link but keeps it off the profile. Use AFTER save_claim to promote an existing claim. Idempotent. Pair with unpublish_claim to revert to private. Tier: sp500+ (sample rejected).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim_id | Yes | Id returned by `save_claim` or `list_claims`. | |
| visibility | No | `public` (default) → profile + reputation; `unlisted` → direct-link-only, off the profile. To revert to private, use unpublish_claim. | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | Yes | Provenance envelope — data lineage for every MCP response | |
| claim | Yes |