NC Wedding Guide
Server Details
Find NC wedding venues and vendors, plan costs, and prepare vendor inquiries.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolsget_nc_wedding_vendorGet an NC wedding listingAInspect
Get structured details for one venue or vendor using the category and slug returned by search_nc_wedding_directory.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| category | Yes |
TDQS
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 only says 'Get structured details,' implying a read operation, but does not disclose authentication needs, error handling, response format, or behavior when the listing is absent. This is minimal disclosure for a tool with no annotation support.
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, front-loaded sentence that states the purpose and the parameter source without any filler. Every word contributes to agent understanding.
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 two parameters and an enum, the description covers the main use case and parameter source, but lacks information about the response structure (no output schema) and does not differentiate from request_vendor_contact. Given the absence of annotations and output schema, more context about expected return values would improve completeness.
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 0%, so the description must compensate. It adds value by linking both parameters to the output of search_nc_wedding_directory, telling the agent exactly where to obtain valid values. However, it does not explain the format of slug or the meaning of category beyond the schema's enum.
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 retrieves structured details for a single venue or vendor and references the source of its parameters (search_nc_wedding_directory). This distinguishes it from the sibling search tool (listing) and the contact tool (requesting contact info) by the specific action and resource.
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 the agent to use the category and slug returned by the search tool, establishing a clear prerequisite and workflow. However, it does not explicitly contrast with request_vendor_contact or state when not to use this tool, so no exclusions are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
request_vendor_contactRequest venue or vendor contactAInspect
Record high-intent contact interest, then receive the listing's public email and a prepared wedding inquiry. NC Wedding Guide does not forward or deliver the message yet; the returned email or mailto URL must be used to contact the business.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| message | No | ||
| category | Yes | ||
| client_id | No | Optional stable agent or session identifier | |
| event_date | No | Wedding date, month, season, or flexible date range | |
| guest_count | No | ||
| wedding_location | No |
TDQS
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 the tool records high-intent contact interest (a side effect) and that it does not deliver the message, only returns contact info. This is a significant behavioral disclosure, though it does not mention any persistence details or what happens to the recorded interest.
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 core action and return, and the non-forwarding caveat is clearly stated. No filler or redundant 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?
The description explains the return and the non-forwarding behavior but omits details about how to construct the request (category/slug semantics, message formatting, optional parameters). With 7 parameters and no output schema, an agent needs more guidance to call the tool correctly.
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 description coverage is only 29% (client_id and event_date have descriptions), and the tool description adds no parameter explanations. The required category and slug are not elaborated, and the description does not compensate for the low schema coverage, leaving an agent uncertain about what values to provide.
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 records high-intent contact interest and returns the listing's public email plus a prepared wedding inquiry. It distinguishes from sibling tools (get_nc_wedding_vendor, search_nc_wedding_directory) which retrieve directory data, while this one handles contact requests.
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 explains that NC Wedding Guide does not forward or deliver the message, so the agent must use the returned email or mailto URL. This is a clear when-not-to-use instruction, but it does not explicitly contrast with sibling tools, leaving some inference about when to choose this tool over them.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_nc_wedding_directorySearch NC wedding venues and vendorsAInspect
Search nearly 4,000 North Carolina wedding venues and vendors by category, city, or free text. Returns canonical listing URLs and structured planning details.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | North Carolina city or area, such as Raleigh or Asheville | |
| limit | No | ||
| query | No | Style, service, amenity, business name, or other keywords | |
| offset | No | ||
| category | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of behavioral disclosure. It reveals that results include canonical URLs and planning details, which is useful. However, it does not mention pagination behavior, read-only nature, or any potential side effects, though the tool is inherently a search. The disclosure is adequate but not comprehensive.
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 tight two-sentence statement that leads with the core purpose and immediately gives the output. There is no filler or repetition. Every word earns its place.
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 tool with five parameters, no output schema, and no annotations, the description covers the search dimensions and return format but omits pagination details (offset/limit behavior) and does not reference sibling tools for selection. It is functional but not fully complete for an agent to call it without consulting the schema for all parameter semantics.
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 description coverage is only 40% (city and query have descriptions; limit, offset, and category do not). The description adds meaning by mentioning 'category, city, or free text,' which maps to category, city, and query. It does not explain limit or offset, and category's enum is present but not described. Since coverage is low, the description partially compensates but leaves gaps for two parameters.
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 a specific verb ('Search'), the resource ('North Carolina wedding venues and vendors'), a scope ('nearly 4,000'), and the search dimensions ('by category, city, or free text'). It also notes the return type ('canonical listing URLs and structured planning details'). This fully distinguishes it from siblings that fetch a specific vendor or request contact.
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 for discovery, but does not explicitly contrast it with the sibling tools get_nc_wedding_vendor or request_vendor_contact. There is no 'use this when you need to find, use get when you have a specific vendor' guidance. Context is present but exclusions or alternatives are not named.
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. Dates show when Glama detected each change.
3 tool updates
- Removed
build_nc_wedding_budget - Removed
estimate_nc_venue_cost - Removed
lookup_nc_marriage_license
6 tool updates
- First observed
build_nc_wedding_budget - First observed
estimate_nc_venue_cost - First observed
get_nc_wedding_vendor - First observed
lookup_nc_marriage_license - First observed
request_vendor_contact - First observed
search_nc_wedding_directory
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Plan a wedding in chat: search vendors, get regional costs, build a checklist and budget.
Search Hungarian wedding vendors and venues, check a date, estimate a budget, get the checklist.
Anonymous, no-login wedding planning: create a project, add guests, auto-generate a seating plan.
Search 32,000+ wineries: tasting fees, hours, reservations, amenities, and curated guides.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceEnables 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.-
- FlicenseNot gradedqualityCmaintenanceSearch destination wedding venues and vendors worldwide with Aisle. 10 tools for AI-assisted wedding planning: Venue Search: Find wedding venues by country, type (villa, beach, castle, resort), capacity, and budget. Covers 20+ countries. Vendor Search: Browse wedding photographers, florists, planners, DJs, caterers, and 10 more categories by location and price range. Budget Estimator: Get a detai-
- AlicenseAqualityDmaintenanceSearch 8,000+ corporate event venues across 40+ cities. Tools for venue search by capacity/category, pricing guides, expert advice articles, and inquiry handoff. Read-only, PII-redacted, UTM-attributed.714MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to draft wedding invitation websites by creating unpaid drafts, listing templates, and retrieving pricing information.3MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct purpose: search, fetch details, and request contact. There is no overlap or ambiguity in their responsibilities.
All tool names follow a consistent verb_noun pattern with a shared prefix (get_nc_wedding_, request_vendor_, search_nc_wedding_). The naming is uniform and predictable.
Three tools are perfectly scoped for a directory guide: search, retrieve details, and initiate contact. Each earns its place with no redundancy or bloat.
The tool surface covers the full user workflow for a wedding vendor directory—discovery via search, detailed viewing, and contact initiation. No critical operations are missing.