Skip to main content
Glama

Wedyesday — wedding planning

Search wedding vendors

search_wedding_vendors
Read-onlyIdempotent

Search Wedyesday's directory of wedding vendors — venues, photographers, caterers, florists, celebrants and more. Returns real published listings with ratings, price bands and a link to each profile. Use list_wedding_markets first if you are unsure which category or country code to pass.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity name, e.g. "Melbourne".
limitNoMaximum results, 1-25. Defaults to 8.
queryNoFree-text search, e.g. "barn" or "documentary style".
regionNoState or region, e.g. "VIC" or "California".
countryNoISO country code: AU, US, GB, NZ or IN. Defaults to AU.
categoryNoVendor category, e.g. "venue" or "photography". One of: venue, photography, videography, catering, flowers, planning, dj, band, ceremony_music, beauty_health, dress_attire, cake, transportation, event_rentals, photo_booth, lighting_decor, invitations, officiant, jewelry, travel.
minRatingNoMinimum average review rating, 1-5.
priceBandsNoFilter by price band. Any of: budget, standard, premium, luxury, quote_required.

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, open-world, and non-destructive behavior. The description adds meaningful context beyond that by saying it returns real published listings and summarizing the returned data (ratings, price bands, profile link), which helps the agent set expectations.

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

Conciseness5/5

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

Three sentences, each earning its place: the first states the tool's purpose, the second summarizes the return payload, and the third gives a cross-tool usage hint. The description is front-loaded and free of filler.

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?

With no output schema, the description compensates by mentioning ratings, price bands, and profile links. It also addresses the most important ambiguity around category/country code. However, it does not clarify how the multiple optional filters interact or whether results may be empty, leaving a small completeness gap for an 8-parameter search tool.

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 8 parameters. The description adds only light semantic support by giving examples of vendor categories and pointing to list_wedding_markets for category/country code uncertainty, but does not add substantive parameter meaning beyond the schema.

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?

The description clearly states it searches Wedyesday's wedding vendor directory and enumerates example vendor types. It also distinguishes the tool by noting what results include (ratings, price bands, profile links) and references list_wedding_markets as a related sibling.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit usage guidance: use list_wedding_markets first when unsure about category or country code. This directly addresses when a sibling tool should be preferred and frames the main use case as a directory search.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: planning, workspace link creation, cost guide, market listing, vendor search, dashboard, budget, guest list, and task lifecycle. There is no meaningful overlap or risk of selecting the wrong tool.

Naming Consistency4/5

Most tools follow a clear verb_noun pattern, with account-scoped tools using a 'my' prefix (get_my_wedding_budget, list_my_wedding_tasks) and public tools using plain nouns (list_wedding_markets, search_wedding_vendors). Minor naming deviations like create_wedyesday_workspace_link and get_my_guest_list keep the pattern mostly predictable but not perfectly uniform.

Tool Count5/5

Eleven tools is a well-scoped size for a wedding planning server, covering plan generation, vendor discovery, cost guidance, and personal wedding data. Each tool has a clear purpose and none feel redundant.

Completeness4/5

The tool set covers the main wedding planning workflows: creating plans, generating workspace links, checking costs, searching vendors, viewing the dashboard/budget/guest list, and managing tasks. Minor gaps exist, such as no task update/delete and no guest management, but core user journeys are supported.

Resources