Skip to main content
Glama

Get an NC wedding listing

get_nc_wedding_vendor

Get structured details for one venue or vendor using the category and slug returned by search_nc_wedding_directory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
categoryYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.7/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 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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

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 has a clearly distinct purpose: search, fetch details, and request contact. There is no overlap or ambiguity in their responsibilities.

Naming Consistency5/5

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.

Tool Count5/5

Three tools are perfectly scoped for a directory guide: search, retrieve details, and initiate contact. Each earns its place with no redundancy or bloat.

Completeness5/5

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.

Resources