Skip to main content
Glama

search_services

Search for consulting services matching a query. Returns matching services with cost ranges and timelines.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSearch query, e.g. 'AI', 'marketing', 'development'

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral context. It discloses that results include cost ranges and timelines, but doesn't mention any side effects, permissions, or limitations. As a search tool, this is adequate but not comprehensive.

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 exactly two sentences, front-loaded with the action, and every sentence adds value without unnecessary detail.

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?

Despite having no output schema, the description mentions the key return elements (cost ranges and timelines). For a simple one-parameter search tool, this is sufficient and complete.

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?

The schema covers 100% of the parameter, including an example in the parameter description. The tool description doesn't need to add more detail; the baseline of 3 is appropriate.

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 searches for consulting services, using the specific verb 'Search' and resource 'consulting services'. It also indicates the output includes cost ranges and timelines, distinguishing it from siblings like get_competitors and get_country_info.

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 clearly conveys the use case: searching for consulting services by query. It doesn't explicitly compare to alternatives or provide exclusions, but the context is unambiguous and no ambiguity arises.

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

A3.7/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: estimating expansion costs, finding competitors, retrieving country info, requesting a call, and searching services. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with lowercase underscores (estimate_, get_, request_, search_). This makes the API predictable and easy to navigate.

Tool Count5/5

With 5 tools, the server is well-scoped for its purpose of supporting business expansion research and lead generation. Each tool earns its place without redundancy or bloat.

Completeness5/5

The tool set covers the full lifecycle of a potential client's journey: discovering services, understanding a country, estimating costs, identifying competitors, and requesting a strategy call. There are no obvious dead ends or missing core operations.