search_claims
Search statements made by public officials in Cincinnati public meetings (speaker-attributed, extracted from meeting transcripts). Returns claims with speaker, date, and a permalink suitable for citation.
Parameters3
| query | string | required | What was said about… (free text) |
| speaker | string | optional | Optional speaker name filter (e.g. "Albi") |
| limit | number | optional | Max results (default 10, max 25) |
Raw schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "What was said about… (free text)"
},
"speaker": {
"type": "string",
"description": "Optional speaker name filter (e.g. \"Albi\")"
},
"limit": {
"type": "number",
"description": "Max results (default 10, max 25)"
}
},
"required": [
"query"
]
}