Wedding Seat
Server Details
Anonymous, no-login wedding planning: create a project, add guests, auto-generate a seating plan.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 6 tools
Each tool targets a distinct action: adding guests, creating project, generating seating, getting summary, listing culture packs, or listing tools. No overlap in purpose.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., add_guests, create_wedding_project, list_tools). No deviations.
6 tools is well-scoped for a wedding planning assistant, covering core operations without being excessive or insufficient.
Covers main workflow (create project, add guests, generate seating, view summary) but lacks update/delete for guests or manual seating adjustments. Minor gaps.
Available Tools
6 toolsadd_guestsAdd guestsAInspect
Add guests to a project (deduped by name+email). Provide the projectKey from create_wedding_project and a list of guests.
| Name | Required | Description | Default |
|---|---|---|---|
| guests | Yes | Guests to add | |
| projectKey | Yes | The projectKey returned by create_wedding_project |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full responsibility. It mentions deduplication by name+email but does not disclose behavior on duplicates (skip, overwrite, or error), nor does it mention rate limits, auth requirements, or return value structure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the essential action and key behavior. No redundant or unnecessary text.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 2-parameter tool with no output schema, the description covers the basic action and dedup behavior. However, it lacks details on error handling, duplicate resolution, and transactional behavior, which would be helpful for an agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for both parameters. The description adds context that projectKey comes from create_wedding_project, but this is minimal added value beyond the schema. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action 'Add guests' to a project, specifies the deduplication key (name+email), and references the sibling tool 'create_wedding_project' for the projectKey, distinguishing it from other tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description tells the agent to provide the projectKey from create_wedding_project and a list of guests, setting context for when to use this tool. However, it does not explicitly state when not to use it or mention alternatives for updating or removing guests.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
create_wedding_projectCreate a wedding projectAInspect
Create a new anonymous Wedding Seat project (no login). Returns a projectKey (your secret handle for all later calls) plus the workspace URL the couple opens in a browser. The projectKey is the ONLY way to access the project again — keep it.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Reception date, ISO 8601 (YYYY-MM-DD) | |
| names | No | Couple's names, e.g. 'Ana & Marko' — becomes the project title | |
| locale | No | UI language code (e.g. en, sr, de); defaults to en | |
| culture | No | Culture-pack key from list_culture_packs; omit to auto-pick |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description covers key traits: anonymity, return values (projectKey and workspace URL), and the projectKey as the sole access method. It lacks details on errors or rate limits but is adequate 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences with no fluff, front-loading the essential purpose and outcome.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and moderate complexity, the description adequately explains the return values and the importance of the projectKey, though it omits error handling details.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, and the description adds no additional parameter information beyond what the schema already provides, meeting the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool creates an anonymous Wedding Seat project, uses specific verbs and resources, and distinguishes itself from sibling tools like add_guests and generate_seating.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context (no login, project creation) and notes the critical importance of the projectKey, but does not explicitly mention when not to use or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_seatingGenerate a seating planAInspect
Auto-generate a reception seating plan: creates round tables and seats every guest with the constraint-aware solver (keeps must-sit-together groups together). Returns how many were seated and a link to the visual editor.
| Name | Required | Description | Default |
|---|---|---|---|
| tables | No | Number of tables; omit to size automatically | |
| projectKey | Yes | The projectKey returned by create_wedding_project | |
| seatsPerTable | No | Seats per table (default 8) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided; description mentions creation and constraint-aware solver but omits side effects (e.g., overwriting existing seating, idempotency, authorization needs).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no fluff, front-loaded with core functionality and output summary.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers main purpose, algorithm, and output, but lacks details on error handling, constraint violations, and whether previous seating is replaced, given no output schema or annotations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, baseline 3; description adds minimal value beyond schema (auto-sizing hint for tables), but does not significantly deepen understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description uses specific verb 'auto-generate' and resource 'reception seating plan', clearly distinguishing from siblings like add_guests and create_wedding_project.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Description implies usage after project creation via projectKey parameter reference, but lacks explicit when-to-use or alternatives guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_project_summaryGet project summaryAInspect
Read the current state of a project: guest counts by RSVP status, seating tables/capacity, and budget totals. Read-only.
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | The projectKey returned by create_wedding_project |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, description carries full burden. Clearly states 'Read-only' indicating no side effects. Lists what will be returned, though lacks details on error handling or response format.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the primary action. No unnecessary words, highly efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read tool with one parameter and no output schema, description adequately covers what is returned (guest counts, seating, budget). Minor gaps in structure of returned data.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with a clear description of projectKey. Description does not add parameter-specific details beyond schema, meeting the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states it reads the current state of a project and lists specific data points (guest counts, seating, budget). Distinguishes from sibling tools like add_guests or create_wedding_project.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Implied usage for reading project summary, but no explicit when-to-use or when-not-to-use compared to alternatives. The 'Read-only' tag provides some guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_culture_packsList culture packsAInspect
List the available wedding culture packs (key, English name, cluster, sides). Use a pack key as the culture argument to create_wedding_project. Grounding/read-only.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It includes 'Grounding/read-only', indicating no side effects, but lacks details on other behaviors like authentication or rate limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence with no wasted words. Every part serves a purpose: listing, describing output, and linking to another tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given zero parameters, no output schema, and no annotations, the description covers the main purpose and usage tie-in. It lists output fields but could explicitly state the return structure (e.g., array of objects).
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are no parameters, and schema coverage is 100%. The description adds value by explaining how the output (pack key) connects to create_wedding_project, going beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states 'List the available wedding culture packs' and specifies the fields returned (key, English name, cluster, sides), providing a specific verb+resource and distinguishing it from siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly instructs to use the pack key as the 'culture' argument for create_wedding_project, offering clear context. It also labels the tool as 'Grounding/read-only', but does not explicitly mention when not to use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_toolsList Wedding Seat toolsAInspect
List Wedding Seat's free planning tools (seating chart, guest list, budget, checklist, invitation wording) with their public URLs. Grounding/read-only.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description mentions 'Grounding/read-only', which usefully discloses the tool's non-destructive nature. No annotations are provided, so the description carries the full burden, and it adequately conveys safe, read-only behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that efficiently communicates the tool's purpose, use, and output. Every word earns its place with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no parameters, no output schema, and a simple list function, the description adequately covers the key aspects: the content of the list and the output format (URLs). It could mention the structure of the response, but overall it is complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has no parameters, so the description cannot add parameter semantics. Baseline is 4 for zero-parameter tools, as there is nothing to describe.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool lists free planning tools with public URLs, providing specific examples (seating chart, guest list, etc.). It is distinct from sibling tools which focus on creation, addition, or generation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is for read-only grounding purposes, but does not explicitly state when to use it versus alternatives or when not to use it. Sibling tools are sufficiently different, so confusion is unlikely.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
6 tool updates
- First observed
add_guests - First observed
create_wedding_project - First observed
generate_seating - First observed
get_project_summary - First observed
list_culture_packs - First observed
list_tools
Related MCP Connectors
- FotifyOAuthapp.fotify
Create events, collect guest photos and manage RSVP invitations for weddings and parties.
Plan a wedding in chat: search vendors, get regional costs, build a checklist and budget.
Find a time a group can meet: no-login availability poll that picks the best meeting slot.
Free no-signup group scheduling (a modern When2meet): share one link, find a time for everyone.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables users to manage wedding preparation tasks including timeline generation, budget review, vendor quote comparison, role assignment briefs, and drafting messages for family, vendors, and friends.-
- AlicenseNot gradedqualityCmaintenanceEnables creating and customizing mobile wedding invitations through natural language, with support for multiple designs, RSVP, maps, gallery, and share tokens.Creative Commons Attribution Non Commercial 4.0 International
- AlicenseAqualityBmaintenanceEnables AI assistants to draft wedding invitation websites by creating unpaid drafts, listing templates, and retrieving pricing information.3MIT
- AlicenseBqualityDmaintenanceCreate, spin, and manage shareable decision wheels on wheelfor.com. Supports creating wheels from any list of options, spinning for a random result, and getting a permanent shareable URL — no account required.423 npmMIT
Glama MCP Gateway
Add one secure layer between your agents and this server.