Skip to main content
Glama

LMS 연결 해제

disconnect_lms
DestructiveIdempotent

Clears stored LMS login sessions, with options to also remove the dedicated browser profile and local change-detection snapshots.

Instructions

저장된 LMS 세션(쿠키·토큰)을 삭제합니다. delete_browser_profile=true 면 원문 보기용 전용 브라우저 로그인도 함께 삭제합니다. delete_snapshot=true 면 변경 감지용 로컬 스냅샷도 지웁니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
delete_snapshotNo변경 감지 스냅샷 삭제 (기본 false)
delete_browser_profileNo브라우저 프로필까지 삭제 (기본 false)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.7.0

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already mark destructive and idempotent behavior, and the description adds specific destructive scope: cookies/tokens, the optional browser profile for original-text viewing, and the optional local snapshot for change detection. This is meaningful context beyond the annotations.

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 sentences with the main action front-loaded and conditional behaviors described efficiently. There is no filler or redundant restating of the schema.

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

Completeness5/5

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

For a destructive tool with two optional booleans and no output schema, the description covers the deletion scope and flag behavior completely. It does not need to explain return values, and the annotations already cover safety semantics.

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 schema already describes both booleans with 100% coverage, so the baseline is 3. The description adds value by explaining the real-world effect of each flag, which helps the agent decide whether to set delete_browser_profile or delete_snapshot.

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 states a specific verb and resource: 'Deletes saved LMS session (cookies/tokens).' It also differentiates itself from sibling tools like connect_lms and get_auth_status by making clear it is the teardown operation.

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 intended use is implied by the main action, and the flag conditions are explained. However, it does not explicitly contrast this tool with connect_lms or get_auth_status, nor does it state when not to use it or mention prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/moon0825/jbnu-lms-student'

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