Skip to main content
Glama

get_service

Get one service by name, slug or keyword (any of the 4 languages; aliases: service=, topic=, name=). lang (alias language): de,en,ru,sr.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNo
nameNo
queryNo
topicNo
serviceNo
languageNo

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the burden and does add useful lookup behavior: it supports multiple identifier types, aliases, and four languages. However, it does not disclose output shape, match behavior, or what happens when no or multiple services match.

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 very concise, front-loaded with the core purpose, and every sentence contributes functional information about parameters and aliases. There is no filler.

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

Completeness3/5

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

The tool has six optional parameters with zero schema coverage and no output schema, so the description needs to be relatively rich. It covers lookup semantics and languages but leaves ambiguity around the query/slug mapping and return value expectations.

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 0%, so the description must compensate. It explains aliases for service, topic, and name, and gives language values for lang/language, but the 'query' parameter is only indirectly referenced as 'keyword' and no parameter combination rules are given.

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 states a specific action ('Get one service') and a clear resource. It also distinguishes itself from the sibling get_services by emphasizing singular retrieval via name, slug, or keyword.

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?

The description implies a targeted lookup use case and provides search mechanisms, but it does not explicitly say when to use this tool versus get_services or other siblings. The singular 'one service' is the only differentiation signal.

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

Each tool maps to a distinct resource or action: inquiries, company info, pricing, individual services, service listings, and languages. The singular/plural get_service vs get_services distinction is clear and conventional.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern. create_ and get_ are used predictably, and list_languages fits the same convention.

Tool Count5/5

Six tools is a well-scoped set for a company info, service catalog, pricing, and quote inquiry server. Every tool has a clear purpose and none are redundant.

Completeness5/5

The tool surface covers the full user journey: browse services, retrieve service details, check public pricing, get company info, and submit an inquiry. Moving prices are intentionally not quoted publicly and are handled through create_inquiry, so there are no obvious gaps.

Resources