search_claims
Search individual assertions rather than whole papers. Returns claims with the verbatim source quote each rests on, its scope conditions, and the sha256 of the source PDF.
Ask in natural language. Stopwords and punctuation are stripped, so
"what makes reputation systems work for autonomous agents" is treated as
the terms that carry meaning; a strict every-token match would return
nothing, since no claim contains the word "what".
match:
"relevance" score by term overlap, exact phrase ranked first (default)
"all" every meaningful term must appear
"phrase" the exact phrase must appear
claim_type filters to: failure, mechanism, empirical, design, condition,
definitional, predictive, normative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| match | No | relevance | |
| query | Yes | ||
| claim_type | No | ||
| failure_modes_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |