Skip to main content
Glama

Get Trigram

get_trigram
Read-onlyIdempotent

One 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

TableJSON Schema
NameRequiredDescriptionDefault
binaryNoThree-bit trigram binary, e.g. 010 (canonical identifier).
chineseNoPinyin romanization, e.g. Li. (This field holds pinyin; the Chinese character lives in element.)
elementNoChinese element character, e.g. 火.
englishNoEnglish name, e.g. Fire.
symbolicNoSymbolic name, e.g. Radiance.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
fontNo
binaryNo
sourceNo
chineseNo
elementNo
englishNo
functionNo
symbolicNo

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the read-only nature is known. The description adds the attribution requirement and license URL, which is actionable behavioral context beyond annotations. It does not detail error behavior for missing/multiple identifiers, but that is not required given the simple scope.

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

Conciseness5/5

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

Three sentences, each earning its place: purpose with examples, sibling distinction, and licensing notice. Information is front-loaded and free of filler.

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

Completeness5/5

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

Given the simple single-tool scope, an output schema exists (so return format is covered), and annotations cover safety, the description is complete. It covers purpose, usage, alternatives, and legal terms without extraneous detail.

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

Parameters4/5

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

The schema already describes all five parameters with examples and clarifies that 'chinese' holds pinyin. The description adds the crucial constraint that exactly one identifier must be used, which is not captured in the schema's 'default: null' fields, helping the agent understand how to combine parameters.

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 clearly states the tool returns one of the eight trigrams using exactly one of five identifier types, with concrete examples. It also explicitly distinguishes this from list_trigrams, which returns all eight, making the purpose unambiguous.

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

Usage Guidelines5/5

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

The description directly contrasts with list_trigrams ('This returns a single trigram; list_trigrams returns all eight'), giving an explicit alternative and when-not-to-use guidance. It also instructs that exactly one identifier must be provided, which shapes usage.

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/5.0
Disambiguation5/5

Each tool serves a distinct purpose: single vs batch vs bulk retrieval, reading context, trigrams, sequences, search, and server info. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (get_, list_, search_), making the tool set predictable and easy to navigate.

Tool Count5/5

10 tools is well-scoped for a domain-specific reference server. Each tool covers a necessary operation without bloat or deficiency.

Completeness4/5

The tool surface covers retrieval, listing, search, reading context, trigrams, and sequences. Minor gaps like a random hexagram tool are non-essential for a deterministic reference dataset.

Resources