Skip to main content
Glama
seonmikii

gdc-claude-plugin

by seonmikii

get_context

Retrieves the workspace/project context for the current repository to determine the active project for tasks. Falls back to global context when project roots are unsupported.

Instructions

현재 레포(루트)에 적용되는 워크스페이스/프로젝트 컨텍스트를 반환한다.

create_task/list 등에서 어떤 프로젝트가 쓰일지 확인하는 용도. roots 미지원 환경에서는 글로벌 fallback 값을 반환한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the transparency burden. It discloses important behavior: returns context applied to the current repo and falls back to a global value in roots-unsupported environments. The return verb implies read-only nature, though explicit permission or error details are missing.

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 compact Korean sentences: the first states the primary function, the second adds both a concrete use case and the fallback behavior. Every sentence earns its place with 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?

Given the tool has zero parameters and an output schema exists, the description covers the essential purpose, use case, and fallback scenario. It does not mention possible errors or authentication requirements, but these are less critical for a simple read-only getter.

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 tool has zero parameters, and schema coverage is 100%. With no parameters to describe, the baseline is 4. The description adds no param-specific detail, which 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?

Description uses specific verb '반환한다' (returns) and specifies the resource: workspace/project context for the current repo. It clearly distinguishes from sibling tools like set_context (which sets) and list_workspaces (which lists all available workspaces).

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?

Description states a clear use case: 'create_task/list 등에서 어떤 프로젝트가 쓰일지 확인하는 용도' (used to check which project will be used in create_task/list). This provides context on when to call the tool. However, it does not explicitly contrast with sibling tools or mention when not to use it, so it stops short of a 5.

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/seonmikii/gdc-claude-plugin'

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