Skip to main content
Glama
mrpumpkin98
by mrpumpkin98

벨로그 로그인

velog_login

Opens Velog login window to obtain and store an authentication token. Use when write tool encounters auth errors; subsequent refreshes run headlessly.

Instructions

벨로그 로그인 창을 열어 토큰을 발급받아 저장합니다. 토큰이 만료돼 쓰기 도구가 인증 오류를 낼 때 이 도구를 호출하면 됩니다. 벨로그에는 비밀번호 로그인이 없어 브라우저에서 사용자가 직접 인증해야 하며, 한 번 로그인하면 프로필이 저장돼 다음부터는 headless=True 로 창 없이 갱신할 수 있습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNo이미 로그인돼 있어도 다시 로그인
headlessNo창을 띄우지 않고 저장된 프로필로 갱신만 시도. 처음 로그인할 때는 False 여야 한다
timeout_secNo로그인 완료를 기다릴 시간(초)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description discloses that the tool requires user interaction in the browser, that it saves a profile for future use, and that headless=True enables windowless renewal. This adds significant behavioral context beyond the annotations (readOnlyHint=false, openWorldHint=true).

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 three sentences, each serving a clear purpose: purpose statement, usage trigger, and login flow explanation. No unnecessary words, well-front-loaded.

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?

For a login tool, the description covers purpose, usage trigger, and behavioral details. It does not mention error handling for login failures, but the timeout parameter addresses waiting. Overall, it is fairly complete given the output schema exists.

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?

Schema coverage is 100%, so each parameter is already described. The description adds value by integrating the parameters into a workflow: explaining when headless should be false (first login) and when it can be true (renewal). This provides semantic context beyond individual parameter descriptions.

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 that the tool opens a Velog login window to obtain and save a token. It distinguishes its purpose from sibling tools by specifying it handles authentication for write tools.

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?

The description explicitly says to call this tool when write tools give authentication errors. It also distinguishes between first login (headless=False) and subsequent renewals (headless=True), providing clear usage guidance.

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/mrpumpkin98/velog-mcp'

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