Skip to main content
Glama

lighting

Get the person a link to real advice

start_consultation

Turn a described need into a link the person opens themselves, where an adviser builds a brief and matches it against suppliers' real stock. This is how someone actually reaches a supplier: there are no contact details in this server, and this call does not contact anyone. It stores nothing and it REFUSES any personal data — no name, no number, no email. Describe the project, not the person.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
needYesThe project in the person's own terms, in Persian or English — space, use, style, constraints. No personal details: the call is refused if it contains a phone number, an email or a handle.
clientNoOptional: a short name for your app, so we can tell which assistants send people here. Self-reported, lowercase slug.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description carries full burden. It discloses that the call does not contact anyone, stores nothing, refuses personal data, and returns a link for the user to open. These are key behavioral traits (non-contact, non-storing, input validation) clearly stated.

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?

Two sentences with no fluff. The main action (turn need into link) is front-loaded, followed by concrete behavioral constraints. Every sentence earns its place.

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?

No output schema exists, but the description explicitly states the output is a link the user opens, and covers input constraints and side-effect-free behavior. For a single-required-parameter tool, this is sufficient, though it doesn't detail response format beyond the link.

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 100% and describes both parameters in detail, including the personal-data refusal. The description repeats this but adds no new semantic nuance. Baseline of 3 is appropriate as the schema does the heavy lifting.

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 a specific verb (turn a need into a link) and resource (adviser builds a brief, matches supplier's stock). It distinguishes itself from product/brand-focused siblings by emphasizing this is the only route to a supplier.

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 gives explicit context: this is how someone actually reaches a supplier, and states there are no contact details in the server. But it doesn't name sibling alternatives or explicitly say 'use this instead of X'. The guidance is clear but not fully explicit about exclusions.

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