Skip to main content
Glama

ntable — AI Meeting Facilitation

회의 개설

create_meeting

ntable 회의를 개설한다. topic을 주면 AI가 이 회의 전용 질문팩을 생성하고(AI 맞춤 회의), context_doc(이전 회의록 텍스트)을 주면 그 맥락을 이어받는다. 반환된 참여 링크·QR을 참석자에게 공유하면 된다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes회의 제목 (topic 생성 시 AI 제목으로 대체될 수 있음)
topicNoAI 맞춤 회의 주제 한 줄 (선택 — 주면 전용 질문팩 생성, 약 17초 소요)
agendasNo안건 목록 (선택 — 제목·예상 분)
pack_idNo회의 킷 id (선택 — list_meeting_kits 참조, 기본 icebreaker)
context_docNo이전 회의록·참고 문서 텍스트 (선택 — topic과 함께 사용)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the full burden: it discloses that topic triggers AI question-pack generation, that context_doc inherits prior context, and that a participation link/QR is returned for sharing. It omits permissions, failure modes, and mutable-vs-reversible semantics, but the conditional side effects and return artifacts are meaningfully covered for a creation tool.

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?

Three tight sentences, front-loaded with the core action before the conditional variants. Every sentence carries information; only the final sharing sentence is marginally advisory rather than necessary.

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?

No output schema exists and no annotations are provided, so the description correctly compensates by naming the returned link/QR. It covers the parameter-driven behaviors and the return artifact, leaving only edge cases like auth or errors unaddressed, which is reasonable for this scope.

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 the schema already documents all five parameters including the ~17s latency note and the list_meeting_kits reference. The description reinforces topic/context_doc behavior but adds no syntax or format detail beyond the schema, so the baseline 3 applies.

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?

States a specific verb+resource ('ntable 회의를 개설한다') plus the two conditional behaviors that make this tool distinct (AI 질문팩 via topic, context inheritance via context_doc). It is unmistakably the creation tool versus the read-oriented siblings like get_meeting_report or list_meeting_kits.

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 description explains what happens when you supply topic or context_doc, which implies usage, but never states when to reach for this tool versus list_meeting_kits or run_idea_board, nor any preconditions. Usage is inferable from the conditional feature description rather than explicitly guided.

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