search_repertory
Search homeopathic repertories for symptoms and retrieve matching rubrics with weighted remedies. Supports wildcards, exclusions, and exact phrases for precise results.
Instructions
Search for symptoms in homeopathic repertories and return matching rubrics with remedies. Supports wildcards (*), exclusions (-), and exact phrases ("). Returns rubrics sorted by relevance with remedies and their weights.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symptom | Yes | Search term for symptoms (3-200 characters). Supports wildcards (*), exclusions (-term), and exact phrases ("phrase"). Examples: "headache", "head*", "fever -night", '"worse from cold"' | |
| minWeight | No | Optional: Minimum remedy weight/grade to include (1-4). Higher weights indicate stronger associations. 1=slight, 2=moderate, 3=strong, 4=very strong | |
| repertory | No | Optional: Filter by specific repertory abbreviation. Use list_available_repertories to discover options. If not specified, uses the configured default repertory (OOREP_MCP_DEFAULT_REPERTORY). | |
| maxResults | No | Optional: Maximum number of results to return (1-500). Defaults to OOREP_MCP_MAX_RESULTS (100) when omitted. | |
| includeRemedyStats | No | Optional: Include aggregate remedy statistics showing which remedies appear most frequently. Default: true |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rubrics | Yes | ||
| totalPages | No | ||
| currentPage | No | ||
| remedyStats | No | ||
| totalResults | Yes |