Skip to main content
Glama

list_concepts

Extract and rank key domain concepts from codebases to understand project vocabulary and semantic structure, enabling efficient navigation of unfamiliar code.

Instructions

List the project's domain vocabulary ranked by importance — a semantic overview of what this codebase is about that reading individual files cannot provide. Returns concept names as a ranked list. Use query_concept or locate_concept to drill into any result. Use when asked 'what is this project about', 'what are the main concepts', or when orienting in an unfamiliar codebase.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
top_kNoMaximum number of concepts to return
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 of behavioral disclosure. It effectively describes the tool's behavior: it returns 'concept names as a ranked list' and provides a 'semantic overview.' However, it lacks details on potential limitations (e.g., how ranking is determined, performance considerations, or error cases), which prevents a perfect score.

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 front-loaded with the core purpose, followed by usage guidelines and alternatives. Every sentence adds value: the first explains what it does, the second describes the output and drill-down options, and the third specifies when to use it. There is no wasted text.

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 the tool's complexity (a single optional parameter with full schema coverage, no output schema, and no annotations), the description is largely complete. It explains the purpose, usage, and output format. However, without an output schema, it could benefit from more detail on the return structure (e.g., format of the ranked list), slightly reducing completeness.

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%, so the schema already documents the 'top_k' parameter. The description does not add any parameter-specific information beyond what the schema provides (e.g., default values or typical usage). This meets the baseline of 3 when the schema does the heavy lifting.

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's purpose: 'List the project's domain vocabulary ranked by importance — a semantic overview of what this codebase is about.' It specifies the verb ('list'), resource ('domain vocabulary'), and distinguishes it from siblings by explaining it provides a 'semantic overview' that 'reading individual files cannot provide,' unlike file-specific tools like describe_file.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool: 'Use when asked 'what is this project about', 'what are the main concepts', or when orienting in an unfamiliar codebase.' It also provides clear alternatives: 'Use query_concept or locate_concept to drill into any result,' distinguishing it from those 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/EtienneChollet/ontomics'

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