Skip to main content
Glama
Anselmoo

mcp-zen-of-languages

by Anselmoo

Onboard a new project

onboard_project
Read-onlyIdempotent

Get interactive onboarding guidance to set up zen analysis on your project. Receive recommended configuration based on project characteristics like team size, strictness, and language.

Instructions

Get interactive onboarding guidance for setting up zen analysis on a project. Returns recommended configuration based on project characteristics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_sizeNoDescriptive team-size hint (``"small"``, ``"medium"``, ``"large"``), reserved for future adaptive threshold scaling. Default to "small".small
strictnessNoPreset name controlling all numeric thresholds (``"relaxed"``, ``"moderate"``, or ``"strict"``). Default to "moderate".moderate
project_pathYesAbsolute path to the project root, used to derive the project name and populate example commands.
primary_languageNoLanguage used for example snippets and default pipeline selection (e.g. ``"python"``). Default to "python".python

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepsYes
project_nameYes
recommended_configYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds 'interactive' and 'based on project characteristics', giving insight into the tool's behavior beyond what annotations capture. No contradictions.

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, front-loaded with the primary action and outcome. Every word earns its place; no 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?

For a read-only onboarding tool with a full input schema and output schema, the description is adequate. It could add slightly more detail about what 'interactive' entails or when to use it, but overall it is complete enough given the strong annotations and schema.

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?

Input schema provides 100% coverage with detailed descriptions for all four parameters. The description only refers generically to 'project characteristics', not adding specific meaning beyond the schema. Baseline 3 is appropriate.

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 uses a specific verb ('Get interactive onboarding guidance') and resource ('setting up zen analysis on a project'), clearly distinguishing it from sibling analysis tools like analyze_zen_violations or analyze_repository. It also states the return value: recommended configuration.

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 clearly implies the tool is for initial onboarding/setup of zen analysis, which distinguishes it from analysis/reporting tools. However, it does not explicitly name alternatives or state when not to use it, so it lacks explicit exclusions.

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/Anselmoo/mcp-zen-of-languages'

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