Skip to main content
Glama

Zhiji LLM Router — Signal Gateway

signal-latest

Complete signal payload including phase_signal + ji_sensing + indices. Single-call convenience endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the payload composition but omits details like data freshness, caching behavior, or permissions needed. The read-only nature is implied but not stated.

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?

The description is a single, front-loaded sentence that fully conveys the tool's purpose with no wasted words. It efficiently communicates the key value proposition.

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?

Given zero parameters and no output schema, the description sufficiently outlines the returned components. Some users might desire output format hints, but the simplicity makes the current level adequate.

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?

There are zero parameters, and schema coverage is 100%. The description adds no parameter meaning because none exist. Baseline 4 applies as the description adds value by explaining the output composition beyond the empty schema.

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 a 'Complete signal payload including phase_signal + ji_sensing + indices' and positions itself as a 'single-call convenience endpoint,' distinguishing it from sibling tools that likely provide each component individually.

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

Usage Guidelines4/5

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

The description implies use when a consolidated signal is needed in one call, contrasting with siblings. However, it does not explicitly state when to avoid this tool or provide conditions for preferring alternatives.

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

A3.7/5.0
Disambiguation3/5

Daily-brief and signal-latest both aggregate phase_signal, ji_sensing, and indices, creating ambiguity about which to use. Arena-signal and phase-signal are distinct but both relate to phase signals. Overall, some overlap exists but descriptions partially clarify.

Naming Consistency5/5

All tool names follow a consistent lowercase hyphen-separated pattern (e.g., arena-signal, daily-brief). The naming convention is uniform and predictable.

Tool Count5/5

With 5 tools, the server covers key signal endpoints and aggregate endpoints without being overwhelming or too sparse. The count feels well-scoped for a focused signal router.

Completeness4/5

The set provides core signals and two aggregates, but lacks a standalone tool for indices or historical data. Minor gaps exist, but the main use cases are covered.

Resources