Skip to main content
Glama

get_project_context

Fetch Git status and active feature information for a specified project path, providing the necessary context to capture development progress into structured learning reviews.

Instructions

[MCP Tool] 지정된 project_root 경로의 Git 상태 및 현재 진행 중인 활성 기능(Active Feature)을 조회합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_rootYes
Behavior3/5

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

With no annotations provided, the description carries the behavioral burden. The verb 조회합니다 strongly implies a read-only operation, and the retrieved contents are named. However, it does not mention prerequisites such as needing a valid Git repository, return format, or behavior when no active feature exists.

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

Conciseness4/5

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

The description is a single sentence with no redundant clauses. The '[MCP Tool]' prefix is unnecessary noise, but the core statement is appropriately sized and readable.

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?

For a one-parameter read-only tool, the description is functional, but because there is no output schema or annotations, it should provide more context about return shape or prerequisites. It names the contents returned but not their structure or edge-case behavior.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It only adds that project_root is a '경로' (path), which is already implied by the parameter name and title. It does not clarify whether the path should be absolute or relative, or whether it must be the repository root.

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 states a specific action (조회합니다/query) and a concrete resource (Git status and currently active feature for a project_root). It is easy to understand what the tool does, but it does not explicitly contrast itself with sibling tools such as get_feature_manifest or get_learning_history.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus its siblings. The description only says what it retrieves, not when it should be preferred over the other read-oriented tools like get_evidence or get_feature_manifest, so the agent must infer the appropriate use case.

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/giseungNoh/AI-learning-mcp'

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