Get Trigram
get_trigramOne of the eight trigrams by exactly one identifier: binary (e.g. 010), english (e.g. Fire), chinese (pinyin, e.g. Li), symbolic (e.g. Radiance), or element (Chinese character, e.g. 火). This returns a single trigram; list_trigrams returns all eight. Data © IChing.Rocks — attribution is a condition of the license terms: https://iching.rocks/mcp-terms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| binary | No | Three-bit trigram binary, e.g. 010 (canonical identifier). | |
| chinese | No | Pinyin romanization, e.g. Li. (This field holds pinyin; the Chinese character lives in element.) | |
| element | No | Chinese element character, e.g. 火. | |
| english | No | English name, e.g. Fire. | |
| symbolic | No | Symbolic name, e.g. Radiance. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| font | No | ||
| binary | No | ||
| source | No | ||
| chinese | No | ||
| element | No | ||
| english | No | ||
| function | No | ||
| symbolic | No |