Skip to main content
Glama

Alvrun business support

Find a business

find_business
Read-only

Find a business that answers support questions through Alvrun, and get the identifier you need to ask one. Search by website domain for an exact match, or by name to see the candidates. Names repeat across companies, so when several come back, choose using the domain rather than the name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesA website domain or URL for an exact match, for example acme.com, or a company name to search for.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
matchesYes
matched_onYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, indicating a safe read operation. The description adds valuable behavior: it explains that the tool returns an identifier, that partial matches are possible (by name), and that multiple results are likely when names repeat, guiding the user to prefer domain-based selection. This goes beyond annotations without contradicting them.

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. Sentence one states purpose and outcome (identifier). Sentence two provides the two search modes. Sentence three offers disambiguation guidance. Minimal, direct, and highly readable.

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 simple lookup tool with output schema present, the description covers all essential aspects: what it does, how to query, and how to interpret results. It could explicitly mention what happens when no results are found, but given the presence of an output schema and the tool's simplicity, this is a minor gap.

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

Parameters5/5

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

Schema coverage is 100% with a clear parameter description. The tool description enriches the schema by explaining how the 'query' parameter is interpreted: as a domain/URL for exact match or as a company name for search, with examples (acme.com). This dual semantics is crucial for correct usage and is not fully captured in the schema's type/description alone.

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 identifies the tool's purpose: finding a business and obtaining an identifier to ask support questions. It specifies the resource (business) and the action (find), and implicitly differentiates from the sibling tool 'ask' by framing this as the precursor to asking a question. The domain/name search distinction adds precision.

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 provides explicit guidance on when to use this tool: to get an identifier needed to ask a question. It gives clear instructions on search strategies (exact domain match vs. name candidates) and how to disambiguate results (use domain over name when names repeat). It does not explicitly state 'use this instead of ask' or list alternative tools, but the usage context is well implied. Minor deduction for not explicitly naming when not to use it.

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.5/5.0
Disambiguation5/5

The two tools have entirely distinct purposes: find_business is for locating a business identifier, while ask is for submitting a question and receiving an answer. No overlap or ambiguity exists.

Naming Consistency4/5

Both tools use lowercase imperative verbs, but one is a single verb ('ask') while the other is verb_noun ('find_business'). The pattern is consistent in style but not fully parallel in structure; still clear and predictable.

Tool Count3/5

With only two tools, the server is at the thin end of the scale. However, the narrow scope (business support Q&A) requires exactly these two functions—find and ask—so the count is borderline but reasonable.

Completeness5/5

The core workflow is fully covered: find_business enables discovery, and ask handles queries with built-in conversation continuation via conversation_id. No obvious dead ends or missing operations for the stated domain.

Resources