Skip to main content
Glama

I Ching MCP Server by RoxyAPI

List all 64 hexagrams

get_iching_hexagrams
Read-only

Browse all 64 I-Ching hexagrams from the Book of Changes with their Chinese names, English translations, and trigram compositions. The hexagrams are ordered by the traditional King Wen sequence used in I-Ching divination for 3,000 years. Each hexagram represents a unique life situation combining two trigrams (Heaven, Earth, Thunder, Wind, Water, Fire, Mountain, Lake) into profound wisdom for decision-making and self-understanding.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoResponse language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English.en
limitNoMaximum items to return per page. Range: 1-64, default 20.
offsetNoNumber of items to skip for pagination. Default 0.
compactNoSet true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {"__cols":[names],"__rows":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens.

TDQS

A3.8/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate read-only and non-destructive behavior, so the description's job is lighter. It adds useful observable behavior: the operations returns all 64 hexagrams in King Wen sequence with Chinese names, English translations, and trigram compositions. This is meaningful beyond what the annotations and schema alone communicate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and the core operation is front-loaded in the first sentence. The second sentence adds functional context about ordering, but the final sentence about 'profound wisdom for decision-making' is promotional and does not help an agent select or invoke the tool, adding unnecessary fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only listing tool with a fully documented input schema, the description supplies the key unstated facts: what content is returned and how it is ordered. It omits pagination shape and exact response object, but the parametrical documentation plus annotations make this a fairly complete picture for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% for all four optional parameters, and defaults, enums, ranges, and compact-shape behavior are already documented in the input schema. The description adds no operational detail about lang, limit, offset, or compact, so it neither adds nor detracts from schema-level semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Browse all 64 I-Ching hexagrams', and enumerates the included data (Chinese names, English translations, trigram compositions). Emphasizing 'all 64' and the King Wen sequence clearly differentiates it from sibling lookup, number, and random tools, even though those names are not explicitly cited.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The use case of browsing the full, ordered list is implied by 'Browse all 64' and the King Wen ordering, which suggests it is the tool for comprehensive listing. However, there is no explicit guidance on when to prefer this tool over get_iching_hexagrams_lookup, get_iching_hexagrams_number, or get_iching_hexagrams_random, and no exclusions or alternatives are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation3/5

Most tools are clearly distinct: listing hexagrams, lookup by number, lookup by binary pattern, and trigram resources serve different purposes. However, get_iching_cast and post_iching_daily_cast both describe essentially the same casting operation with only the daily seed difference, and get_iching_hexagrams_random overlaps conceptually with post_iching_daily. The descriptions help, but an agent could easily select the wrong casting or random-reading tool.

Naming Consistency4/5

All tools use snake_case and share the iching_ domain prefix, creating a predictable family. The main inconsistency is mixing get_ and post_ prefixes for very similar operations, while get_iching_hexagrams_lookup/number/random are also varied noun suffixes rather than a strict verb_noun pattern.

Tool Count5/5

With 9 tools, the server is well-scoped for an I-Ching reference and divination toolset. Each tool contributes either a lookup, listing, casting, or daily oracle function without unnecessary bloat.

Completeness5/5

The surface covers all 64 hexagrams, all 8 trigrams, detailed hexagram lookup by both King Wen number and binary line pattern, random readings, traditional casting, and seeded daily variants. There is no significant missing operation needed for the stated divination and oracle use cases.

Resources