Skip to main content
Glama
seonmikii

gdc-claude-plugin

by seonmikii

set_context

Change the active workspace/project for the current repo without re-authentication. Keep your token and switch between projects while staying logged in.

Instructions

현재 레포의 워크스페이스/프로젝트를 전환한다(재인증 없이, 토큰 유지).

이미 로그인된 상태에서 작업 대상 프로젝트만 바꿀 때 사용한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
workspace_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that no re-authentication is needed and the token is retained, which is useful. However, it does not mention whether prior context is lost, persistence of the new context, or error behavior.

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 concise, front-loaded sentences with no redundant information. Every word contributes to understanding the tool's purpose and usage.

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 simplicity and the presence of an output schema, the description is largely complete. It covers action, scope, and the key precondition. A minor gap is that it does not explicitly state that subsequent operations use the new context, but 'switch' implies this.

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 repeats the property names by saying workspace/project, but does not explain where the IDs come from, any constraints, or the relationship between them beyond the schema names.

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 action: switching the workspace/project of the current repo. It distinguishes itself from sibling tools like gdc_login or get_context by emphasizing context switching without re-authentication.

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?

It explicitly says to use this tool when already logged in and only changing the working project, which gives clear usage context. It implies not for login/authentication, though it does not name alternatives explicitly.

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