Skip to main content
Glama

ntable — AI Meeting Facilitation

회의 킷 목록

list_meeting_kits

개설에 사용할 수 있는 회의 킷(pack) 목록을 반환한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It declares a read-like 'returns' action but says nothing about filtering, pagination, return volume, or permissions for the qks. For a list tool with zero annotation coverage, this is a significant gap.

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?

A single efficient sentence front-loads the resource and action with no waste. It is appropriately sized, though the brevity trades off against behavioral detail.

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?

For a no-arg, no-annotation list tool the description covers the basic purpose, but with no output schema and no annotations it should at least hint at what the returned list contains or how it relates to create_meeting. Adequate but with clear gaps.

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 takes zero parameters, so there is nothing to document and no syntax to add. Baseline 4 applies since the empty schema already makes invocation unambiguous.

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

Purpose3/5

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

The description states a verb (반환한다 / returns) and resource (회의 킷(pack) 목록), giving an identifiable purpose. However it doesn't distinguish from siblings beyond the resource name — it doesn't explain what a 'meeting kit' is or how this relates to create_meeting.

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 phrase '개설에 사용할 수 있는' (that can be used for creation) implies the usage condition: call this before creating a meeting to pick a kit. But it doesn't explicitly name an alternative or state when NOT to use it. Usage is implied rather than stated.

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