Skip to main content
Glama

Soundcheck Live Event Quotes

Validate UEF

validate_uef
Read-only

Validate a UEF document (object or JSON string) against the public EVENT-focused rules: required target_type and events[].title / events[].event_date (YYYY-MM-DD), structural checks for source/venue/customer/members, and schema_version 1.0 alignment. Returns valid, errors (error|warning), missing_required catalog paths, and schema_version. Deterministic local workbook — no AI, no org write, no invented fixes. Input is capped at 256 KiB for both object and string forms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uefYesUEF document as object or JSON string

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYestrue on success (including confirmation_required prompts)
dataNotool payload (API/composite/confirmation object); object, array, or primitive JSON
errorNowhen ok is false

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint and destructiveHint, and the description adds meaningful behavior beyond those: deterministic execution, purely local work, no AI assistance, no invented fixes, and a 256 KiB input cap. It also pre-states the output categories, so the agent knows what to expect.

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, all information-dense, with the primary purpose first followed by the return contract and constraints. There is no filler, no repetition of the schema, and every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given a single parameter and an existing output schema, the description covers purpose, accepted input forms, size limit, validation scope, and result fields. Nothing an agent needs to select or invoke the tool correctly is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents `uef` as an object or JSON string, and the description reinforces this while adding the 256 KiB cap for both forms. It also explains what the document is validated against, adding context beyond the schema's generic 'UEF document' phrasing.

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 opens with a specific verb and resource — 'Validate a UEF document' — and narrows the scope to 'public EVENT-focused rules,' naming required fields and the return contract. This clearly distinguishes it from siblings like analyze_event_to_uef and get_uef_schema.

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

Usage Guidelines3/5

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

It implies usage through 'Deterministic local workbook — no AI, no org write, no invented fixes,' which signals a safe, side-effect-free validation context. However, it does not explicitly state when to prefer this tool over alternatives or when not to use it, leaving some routing to inference.

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.