Skip to main content
Glama

gitlab_auth_start

Start GitLab instance token registration by launching a callback server and providing browser guidance.

Instructions

인스턴스 토큰 등록 플로우 시작 (콜백 서버 기동 + 브라우저 안내)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instanceNo등록할 인스턴스명 (미지정 시 default)
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that the tool starts a callback server and browser guidance, which is useful. However, it does not disclose important behaviors such as whether the flow is destructive, whether it requires user interaction, or what happens if called multiple times. More detail about expected behavior would be beneficial.

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?

The description is a single, front-loaded sentence that conveys the core purpose without any unnecessary words. It is maximally concise.

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

Completeness2/5

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

Given the lack of annotations and output schema, the description is too brief. It does not explain what happens after calling the tool (e.g., returns a URL, prompts a callback), how to complete the flow, or any prerequisites. For an auth flow tool, more contextual completeness is needed.

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 coverage is 100%, and the parameter description is identical in meaning to the schema. The description adds no additional value or context beyond what is already in the schema, resulting in a baseline score.

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 verb 'start' and the resource 'instance token registration flow', and mentions specific actions (callback server + browser guidance). It distinguishes from sibling 'gitlab_auth_status' by indicating this is the initiation step.

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

Usage Guidelines3/5

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

The description implies the tool is for starting authentication, but it does not explicitly state when to use it, when not to use it, or mention alternatives like gitlab_auth_status. The guidance is implicit rather than explicit.

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/wisesky0/gitlab-mcp'

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