Skip to main content
Glama

check_login

Check kifrs.com login status. If not logged in, open a browser window for authentication. Report cookie/localStorage key names only, never token values.

Instructions

kifrs.com 로그인 상태를 확인합니다. 로그인이 안 되어 있으면 브라우저 창을 띄워 로그인을 요청합니다. 쿠키/localStorage 키 이름만 보고하며 값(토큰 등)은 절대 노출하지 않습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It openly states that the tool may open a browser window for login, and explicitly mentions that it only reports cookie/localStorage key names and never exposes token values. This is thorough and transparent for a tool with side effects.

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 concise and well-structured: the first sentence states the primary purpose, the second describes the side effect, and the third discloses data handling. Every sentence adds meaningful information with no unnecessary words.

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?

The tool has no output schema, so the description should clarify what the tool returns. It mentions 'reports key names' but does not specify whether the return is a boolean, a list, or a structured object. The side effect is described, but the exact output format remains ambiguous, leaving a gap for the agent.

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 the input schema is empty. According to the rubric, a zero-parameter tool gets a baseline score of 4. No parameter-specific meaning is needed, and the description does not need to compensate for missing schema details.

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 tool's purpose: checks login status for kifrs.com. It also mentions the side effect of opening a browser window if not logged in, which adds scope. No sibling tool has a similar login-related function, so it is well distinguished.

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 usage is implied: one would call this before performing authenticated operations on kifrs.com. However, the description does not explicitly say when to use it, when not to, or mention any alternatives, leaving the guidance implicit rather than direct.

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/ksbseong-commits/my-kifrs-mcp'

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