Skip to main content
Glama
VIethoangnguyenle

Understand-Anything MCP Server

get_domain_detail

Retrieve detailed information about a business domain, including entities, business rules, flows, and steps. Use fuzzy domain matching to quickly access domain knowledge within a project.

Instructions

Get detailed info about a specific business domain: entities, rules, flows, steps.

Args: domain_name: Domain name (e.g., "authentication", "transfer", "payroll"). Fuzzy matching supported. project: Project name.

Returns: Full domain details with entities, business rules, flows and their steps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNo
domain_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. It discloses that fuzzy matching is supported for domain_name and states the return structure ('Full domain details with entities, business rules, flows and their steps'), giving the agent a clear expectation of the read-only nature and output. It does not mention side effects or edge cases, but for a simple getter this is adequate.

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 compact and well-organized with an opening summary, an Args section, and a Returns section. Every sentence adds value: the summary explains what the tool does, the args explain parameters with examples, and the returns sets expectations. No fluff or redundancy.

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?

With a simple 2-parameter interface, an output schema, and a description that covers both the purpose and return payload, the description is complete for the agent's invocation needs. The project parameter's optionality is implied by the schema default, and the description's examples help disambiguate domain_name.

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

Parameters5/5

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

The schema provides only titles (0% description coverage), but the description compensates fully. It explains domain_name with concrete examples ('authentication', 'transfer', 'payroll'), notes fuzzy matching, and clarifies project as 'Project name.' This adds meaning far beyond the bare 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 opens with 'Get detailed info about a specific business domain' and enumerates the included content: 'entities, rules, flows, steps.' This is a specific verb+resource+scope, and the enumeration clearly distinguishes it from siblings like get_domain_overview or get_domain_flow_detail by emphasizing 'detailed' and listing all components.

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 usage for retrieving a full domain model with fuzzy matching on the domain name. It does not explicitly mention alternatives or when-not-to-use, but the context ('detailed info') and the enumerated contents provide clear guidance on when this tool is appropriate.

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/VIethoangnguyenle/Understand-Anything-MCP'

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