Skip to main content
Glama
onigetoc

MCP Context Master

by onigetoc

setup_project_context

Automatically completes project context setup by analyzing dependencies and downloading relevant documentation, fixing any missing configurations.

Instructions

🚨 MANDATORY STEP 2: Complete Context Master setup. This tool is AUTOMATICALLY called after initialize_context_master. When user says 'init context master', you MUST call initialize_context_master first, then IMMEDIATELY call this tool. DO NOT ask user for confirmation. DO NOT ask user to create files manually. This tool auto-handles all missing configurations and completes the setup process.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectPathNoREQUIRED: Absolute path to the user's project directory (e.g., C:\Users\Name\projects\my-app or /home/user/projects/my-app). The MCP server cannot automatically detect the user's project location - you must provide it explicitly.
maxDependenciesNoMaximum number of dependencies to search for (default: 20)
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions 'auto-handles all missing configurations' and 'completes the setup process,' but these are vague and do not reveal specific side effects, file system changes, or system interactions. The description focuses on agent orchestration (mandatory step, don't ask) rather than the tool's actual runtime behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is verbose and uses ALL CAPS, exclamation marks, and repetitive imperative clauses. Several sentences are redundant (e.g., two separate 'DO NOT' warnings), and the core purpose could be conveyed in half the length. The hortatory style detracts from clarity and structure.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description provides strong workflow context by positioning the tool as step 2 in a sequence and tying it to a user utterance. However, it does not explain what inputs are needed (projectPath is described as REQUIRED in schema but the description omits it), nor does it describe success criteria or what happens after execution. The focus on the agent's required actions leaves the tool's own behavior under-specified.

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 baseline is 3. The description itself adds no parameter information, but the schema already provides rich detail, including path examples and the required nature of projectPath. The absence of parameter discussion in the description is acceptable because the schema fully compensates.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as the mandatory second step in Context Master setup, using the verb 'complete' and resource 'setup'. It distinguishes itself from the sibling initialize_context_master by stating it is automatically called afterward. However, it stops short of specifying concrete actions (e.g., file creation, config updates), instead focusing on workflow directives.

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?

Provides explicit when-to-use instructions: immediately after initialize_context_master, triggered by the phrase 'init context master'. It gives clear sequencing and explicitly states exclusions ('DO NOT ask user for confirmation', 'DO NOT ask user to create files manually'), making the usage context unambiguous.

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/onigetoc/mcp-context-master'

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