Link Claim to Thesis
link_claim_to_thesisAttach a claim to a thesis with a role: 'supports' (the claim, if true, strengthens the thesis), 'refutes' (if true, weakens it — track disconfirming evidence first-class), or 'context' (relevant but not directional). Idempotent — re-linking updates the role. A claim can support one thesis and refute another.
This composes theses from claims; it does NOT make the thesis score a function of claim scores (they're scored independently). Tier: paid + free (sample rejected).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | Relational role of the claim toward the thesis. | |
| claim_id | Yes | Id of the claim (from save_claim/list_claims). | |
| thesis_id | Yes | Id of the thesis (from save_thesis/list_theses). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | Yes | ||
| _meta | Yes | Provenance envelope — data lineage for every MCP response |