Skip to main content
Glama
shinnanchanguk

dorms-mcp

내 도름스 앱 목록

list_my_apps

Get all your posted apps from dorms.school, including co-published ones, with each app's ID, name, Dorms count, comment count, and last update time to manage updates and feedback.

Instructions

도름스(dorms.school)에 내가 올린 앱(공동 게시 포함) 목록을 가져온다. 각 앱의 id(post_app_update, get_app_feedback 에 쓰는 UUID), 이름, 받은 도름 수, 댓글 수, 마지막 업데이트 시각을 준다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the burden, and it clearly indicates a read operation ('목록을 가져온다') and describes the data returned (id, name, dorms count, comment count, last update). It does not mention auth, pagination, or ordering, but for a simple 0-param list tool the core behavior is transparent.

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 entire description is one dense sentence that front-loads the action and packs in scope, output schema, and sibling-tool relationships without any filler.

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 0-parameter tool with no output schema, the description provides enough to know what the tool does and what will come back. It could add the exact response shape or ordering, but those are minor gaps given the simplicity.

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?

There are no parameters and the schema is empty, so there is nothing for the description to add about input semantics. The description instead usefully specifies what each returned entry contains, which is the relevant semantic information for this tool.

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 uses a specific verb+resource ('내가 올린 앱 목록을 가져온다') and clarifies scope (including co-published apps). It also states the returned fields and names sibling tools that consume the id, so an agent can distinguish this list tool from post_app_update and get_app_feedback.

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?

The description implies when to use the tool by explaining that the returned id is the UUID used by post_app_update and get_app_feedback. However, it does not explicitly state when to use this tool versus alternatives or any exclusions, so it stops short of full guidance.

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

Deploy Server

Other Tools