Skip to main content
Glama
raygroup

Ray Group DeFi UX MCP Server

Official
by raygroup

get_pattern

Access DeFi UX patterns from Ray Group's library. Filter by slug, category, or rubric area to find proven solutions for user experience design.

Instructions

Returns one or more named DeFi UX patterns from the Ray Group library. Patterns are recurring solutions Ray Group has seen ship well in production (or seen fail when absent). Look up a single pattern by slug, or filter by category or by the rubric area the pattern relates to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoOptional. The slug of a single pattern to fetch (e.g. 'pre-signing-calldata-translation').
categoryNoOptional. Filter patterns by category. Ignored if `slug` is provided.
rubricAreaNoOptional. Filter patterns to those addressing a specific rubric area (e.g. 'transaction-confirmation'). Ignored if `slug` is provided.
Behavior3/5

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

No annotations provided, so description must carry behavioral burden. It explains the return of patterns and filtering logic, but does not mention read-only nature, side effects, authentication, or rate limits. 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?

Three sentences, no redundancy, front-loaded with main purpose. Every sentence earns its place.

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 three well-documented parameters and no output schema, description adequately explains what the tool returns (one or more patterns) and the source library. Lacks return format details, but sufficient for selection and invocation.

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?

Schema coverage is 100%, baseline 3. Description adds value by explaining that category and rubricArea are ignored when slug is provided, and that slug fetches a single pattern. This clarifies parameter interactions 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?

Description uses specific verb 'Returns' and identifies the resource 'named DeFi UX patterns from the Ray Group library'. It clarifies the purpose (look up by slug or filter by category/rubric) and distinguishes from siblings like glossary entries or rubrics.

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?

Provides clear usage scenarios: look up a single pattern by slug, or filter by category/rubric area. It does not explicitly exclude alternatives or state when not to use, but the guidance is sufficient for typical use.

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