Skip to main content
Glama
VIethoangnguyenle

Understand-Anything MCP Server

get_tour

Explore a curated codebase walkthrough: ordered stops explain key components, each linking to knowledge graph nodes. View all stops or expand a specific stop for full details.

Instructions

Get the guided project tour — a curated walkthrough of the most important parts of the codebase.

Tour stops are ordered sequences that explain the project's key components, each linking to specific nodes in the knowledge graph.

Args: stop_index: Specific tour stop number (1-based) to expand with full node details. Leave empty to list all stops. project: Project name.

Returns: Tour overview or detailed stop with linked nodes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNo
stop_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses useful behavioral details: tour stops are ordered sequences linking to knowledge graph nodes, stop_index is 1-based, and leaving it empty lists all stops while specifying expands with full node details. It also states the return format, providing good transparency for a read-only tool.

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 succinct: a two-sentence intro followed by structured Args and Returns sections. Every sentence adds value—defining the tour concept, explaining the parameter behaviors, and outlining return types. No fluff or redundancy.

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?

The tool is simple with only two optional parameters, and an output schema exists, so return values are covered. The description explains the core behavior well. However, it lacks any mention of prerequisites, project selection context, or edge cases, which would make it more complete.

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 provides no descriptions for the two parameters (0% coverage). The description compensates well by explaining stop_index as a 1-based number with a specific behavior when empty, and project as the project name. This adds meaning beyond the schema, though it could clarify what happens when project is omitted (default null).

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 retrieves a guided project tour—a curated walkthrough of important codebase parts. The verb 'get' and resource 'tour' are specific, and this distinguishes it from sibling graph/query tools like query_nodes or get_domain_overview.

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 gives clear context for when to use this tool: when you want a high-level curated overview or a detailed stop. It explains the stop_index behavior (empty to list all, specify to expand), but does not explicitly mention alternatives or exclusion conditions among the many sibling tools.

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