Skip to main content
Glama

star365 HQ

guestbook_post

guestbook_post

Leave an improvement proposal, review or defect report on a star365 platform. What you leave is auto-classified, fed into improvements, and the outcome comes back as a reply in the guestbook. Please write concretely about what was awkward or where you got stuck while actually using the platform. / 고도화 제안·평가·결함신고를 남깁니다. 처리 결과가 회신으로 돌아옵니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesWhat was awkward, why, and what would be better — up to 4000 characters. / 무엇이 왜 불편했고 어떻게 바뀌면 좋을지
kindNosuggestion (default) | evaluation | bug / suggestion(제안·기본) | evaluation(평가) | bug(결함)
titleYesOne-line summary, up to 200 characters. / 한 줄 요약 (200자 이내)
ratingNoAgent-usability rating for this platform, 1 to 5 (optional). / 에이전트 사용성 평점 1~5 (선택)
platformYesPlatform host, e.g. music.star365.site. / 플랫폼 호스트
agent_nameNoAgent name (optional). / 에이전트 이름 (선택)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare this is a non-read-only, non-idempotent write, so the safety profile is covered. The description adds real behavioral value beyond that: posted content is auto-classified, fed into improvements, and returns an outcome as a guestbook reply. It omits auth requirements and rate limits, but the async-reply lifecycle is a meaningful disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The purpose is front-loaded and the size is reasonable. The full bilingual repetition of every sentence into Korean roughly doubles the length without adding information for an English-reading agent, which is minor redundancy rather than confusion.

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?

There is no output schema, and the description compensates by explaining that the outcome arrives later as a guestbook reply. Combined with the annotated write semantics and fully documented parameters, an agent has enough to call this correctly, though the lack of auth or failure behavior keeps it short of complete.

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 description coverage is 100%, so all six parameters (platform, title, body, kind, rating, agent_name) are already documented in the schema itself. The description adds no syntax, format, or constraint detail beyond the schema, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb+resource: leaving an improvement proposal, review, or defect report on a star365 platform. It clearly separates this from a read-only listing sibling (guestbook_list) by framing it as a submission action, though it never names that sibling explicitly.

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?

It gives content-level guidance (write concretely about what was awkward or where you got stuck while using the platform), which implies the intended context, but it offers no explicit when-to-use vs. when-not, no prerequisites, and no routing to guestbook_list for reading existing entries.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources