Skip to main content
Glama

agent-gateway

Server Details

Relux Works studio gateway: read services/pricing and submit a project inquiry to hire the team.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 2 of 2 tools scored. Lowest: 3.8/5.

Server CoherenceA
Disambiguation5/5

The two tools have completely distinct purposes: one retrieves pricing/service information, the other submits a quote request. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow the same verb_noun pattern with underscores (get_services_pricing, request_project_quote), maintaining consistent and predictable naming.

Tool Count3/5

With only 2 tools, the server feels thin, but the narrow scope (pricing info and quote requests for Relux Works) makes the count borderline acceptable rather than excessive.

Completeness4/5

The tools cover the core workflow of retrieving pricing and requesting a quote, but lack features like quote status tracking or management, which is a minor gap agents can work around.

Available Tools

2 tools
get_services_pricingGet services and pricingA
Read-onlyIdempotent
Inspect

Returns Relux Works services, fixed-price packages, company facts, selected work, supported languages, and market-specific planning prices. Tool and service identifiers remain in English.

ParametersJSON Schema
NameRequiredDescriptionDefault
marketNoPreferred market or ISO country code, for example us, gb, de, ae, sa, sg, il, ca, or au.
preferred_languageNoPreferred BCP 47 language for regional filtering and the agent presentation, for example de, fr, ar, ar-AE, fa, or he. Canonical catalog prose remains in English.
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description goes beyond this by disclosing that tool and service identifiers remain in English, adding useful behavioral context about language handling. It also notes market-specific pricing, which is not evident from annotations alone.

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 two sentences long, front-loaded with the primary action, and contains no filler. Each sentence earns its place: the first enumerates what is returned, the second clarifies a language nuance.

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?

There is no output schema, so the description must explain return values. It lists the major categories of returned data, which gives a good overall picture. However, it doesn't specify the structure (e.g., whether items are grouped) or clarify ambiguous terms like 'selected work,' leaving some gaps for a tool without an output schema.

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 100%, so both 'market' and 'preferred_language' are already well-documented with examples and purpose. The description adds minimal extra meaning about parameters, only hinting that prices are market-specific, which is sufficient given the strong schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'Returns' and names the resource: Relux Works services, fixed-price packages, company facts, selected work, supported languages, and market-specific planning prices. It clearly distinguishes from the sibling tool 'request_project_quote' by focusing on information retrieval rather than quote submission, though it does not explicitly contrast them.

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 this tool is for fetching service and pricing information, and the sibling name 'request_project_quote' hints at an alternative for quote requests. However, there is no explicit when-to-use or when-not-to-use guidance, nor are alternatives mentioned in the text itself.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

request_project_quoteRequest a project quoteA
Destructive
Inspect

Creates and immediately sends an external project inquiry to a private Relux Works Telegram chat for human review. Do not call it to test the connector or demonstrate MCP. Build the summary from known conversation context, ask only for missing details, obtain a real user-provided or user-confirmed reply route to the decision maker or an accountable relay agent, and show the complete draft including that route. Before calling, provide https://relux.works/en/privacy-policy/ and obtain explicit user consent. Never invent or infer contact details. The current MCP chat is not a reply route. A human replies within one business day with a recommended package and a fixed-price quote.

ParametersJSON Schema
NameRequiredDescriptionDefault
marketNoClient market or country code
summaryYesWhat the user wants to build or fix, current state, goals (required)
timelineNoDesired timeline or deadline
budget_usdNoApproximate budget in USD, if known
client_nameNoName of the person or company
project_typeNoClosest project category
contact_emailNoReal, reachable decision-maker email provided or explicitly confirmed by the user. Never invent or infer it. Legacy shorthand for reply_contact with channel=email and recipient=decision_maker. Reserved example and test domains are rejected.
reply_contactNoExternal route provided or explicitly confirmed by the user that a Relux Works human can use to reach the decision maker or a relay agent. Never invent or infer it. The current MCP session, chat, or inquiry ID does not qualify.
consent_confirmedYesSet to true only after the user has reviewed the complete inquiry and reply route, received the privacy notice URL, and explicitly approved submission to Relux Works.
preferred_languageNoLanguage preferred for the human reply
Behavior5/5

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

The description discloses significant behavioral traits beyond the destructiveHint annotation: it sends data externally, requires explicit user consent and privacy policy review, forbids inventing contact details, notes the current MCP chat is not a reply route, and states a human replies within one business day. This is far richer than the annotations alone.

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 a single dense paragraph where every sentence delivers essential information—purpose, misuse warning, process steps, privacy/consent, and expectations. No fluff or redundancy; it is appropriately sized for a high-stakes external action.

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?

For a complex tool with 10 parameters, nested reply_contact object, and no output schema, the description covers purpose, misuse, step-by-step submission requirements, consent, privacy policy, and the expected human follow-up. It is comprehensive enough for an agent to invoke correctly without additional external knowledge.

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?

Schema description coverage is 100%, so baseline is 3. The description adds crucial guidance for key parameters: summary must be built from known conversation context, consent_confirmed requires explicit approval after privacy notice, and contact fields must be user-provided or confirmed, never invented. It doesn't elaborate on optional fields, but they are covered by the schema.

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: 'Creates and immediately sends an external project inquiry to a private Relux Works Telegram chat for human review.' This clearly distinguishes it from the sibling tool get_services_pricing, which is about retrieving pricing information.

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

Usage Guidelines5/5

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

It explicitly warns against misuse: 'Do not call it to test the connector or demonstrate MCP.' It also provides clear preconditions: build summary from conversation context, ask only for missing details, obtain a user-confirmed reply route, show the draft, and get explicit consent after sharing the privacy policy.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources