Skip to main content
Glama
raygroup

Ray Group DeFi UX MCP Server

Official
by raygroup

get_glossary_entry

Fetch a cognitive-bias or principle entry from the DeFi UX glossary to anchor UX analysis with a named concept and its DeFi manifestation.

Instructions

Returns a cognitive-bias / heuristic / principle entry from the Ray Group DeFi UX glossary, with the bias's general definition and its specific manifestation in DeFi product UX. Use when reasoning about a UX decision and you want a named, well-defined cognitive concept to anchor the analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoThe slug of the glossary entry to fetch (e.g. 'anchoring', 'loss-aversion'). Omit to receive the full glossary.
Behavior3/5

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

No annotations are provided, so the description carries full burden. It describes it as a read operation returning content, but does not explicitly state that it is non-destructive, nor does it disclose any rate limits or authentication needs. Adequate but could be more explicit.

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?

Two sentences, each serving a distinct purpose: first explains what the tool does, second provides usage guidance. No redundant information.

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 simple tool with one optional parameter and no output schema, the description adequately covers purpose, usage, and return content. It could briefly mention the output structure, but the current description is sufficient for an agent to understand what to expect.

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 the single parameter 'slug', which is well-documented in the schema. The tool description adds context about the glossary source and content, but does not add new parameter-level meaning beyond the 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 glossary entry with definition and DeFi UX manifestation, and distinguishes from sibling tools like get_pattern and get_rubric by specifying the content type.

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 explicitly states when to use the tool ('when reasoning about a UX decision...'), providing clear context. It does not specify when not to use it, but the context is sufficient for an agent to decide.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/raygroup/raygroup-defi-ux-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server