Skip to main content
Glama

Yenta Directory

Get venue

get_venue
Read-onlyIdempotent

Get one published venue's summary, capabilities and live mcp_endpoint by its slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
venue_slugYesThe venue's slug, as returned by search_venues.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemNo
itemsNo
reasonNo
sourceNoFR-13: which approved revision an answer was read from, and how fresh. ``source`` is ``approved-content-revision:<id>`` for every read that answers from one venue, and the literal ``directory`` for the two cross-venue reads, which have no single revision to cite.
statusYes
paginationNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that it returns a 'summary, capabilities and live mcp_endpoint', which is useful. It doesn't mention potential errors (e.g., not found) or rate limits, but with strong annotations, a 3 is appropriate.

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?

One sentence, front-loaded with the action and resource, and includes the key output fields. No wasted words.

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?

For a single-parameter read tool with an output schema and strong annotations, the description is nearly complete. It could mention what happens if the venue is not found or if the slug is invalid, but the output schema likely covers the return shape. The reference to search_venues for slug acquisition is a nice touch.

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 venue_slug. The description adds that the slug is 'as returned by search_venues', which is helpful context but not substantial beyond the schema. Baseline 3 is correct.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves a single published venue's summary, capabilities, and live mcp_endpoint by slug. It distinguishes itself from siblings like get_venues and search_venues by focusing on a single venue and specific fields, though it doesn't explicitly name those siblings.

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?

The description implies usage: use this when you have a venue_slug and need a single venue's details. The parameter description references search_venues as the source of the slug, providing context. It doesn't explicitly state when not to use it or name alternatives, but the context is clear enough.

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