Skip to main content
Glama

Server Details

Pay-per-call web search, translation and research jobs for AI agents. USDC on Base, no account.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

3 tools
jobsJobsBInspect

Multi-query web research, read and synthesized into one sourced JSON brief in a single call - what would otherwise cost an agent twenty calls and its whole context window. Free status polling and result retrieval. Try GET /jobs/sample.

ParametersJSON Schema
NameRequiredDescriptionDefault
subjectYes

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that the tool is read/synthesis-oriented, produces a sourced JSON brief, and supports status polling and result retrieval. However, it does not explain whether a job must be created first, how long polling might take, or whether there are authentication or rate-limit considerations.

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 compact and front-loaded with the core value proposition, then gives actionable next steps with the sample endpoint. Every sentence contributes useful information without unnecessary padding.

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

Completeness2/5

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

For a tool with no output schema and no annotations, the description leaves key invocation details unclear: the exact endpoint to create a job, how the 'subject' parameter is sent, what the polled status response looks like, and how the final JSON brief is structured. The sample GET /jobs/sample helps but does not fully compensate for these gaps.

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

Parameters2/5

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

The only parameter, 'subject', has no schema description and the overall schema description coverage is 0%. The description never explicitly says that 'subject' is the research topic, query, or input text, so the agent must infer this from the tool name and surrounding text. This is a significant gap for a required parameter.

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 clearly states that the tool performs multi-query web research and returns a synthesized, sourced JSON brief in one call. This distinguishes it from a plain search tool, though it never explicitly names the 'search' sibling or defines the async job lifecycle.

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 provides clear context: use this for broad research that would otherwise require many individual search calls. It also mentions free status polling and result retrieval, but it does not explicitly state when to prefer 'search' over 'jobs' or list exclusions.

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

translateTranslateAInspect

Translate up to 200 text segments in a single call - the same result that would otherwise take 200 separate calls to translate a whole file. Markdown, HTML and {x} placeholders preserved per segment, order and count kept intact, source language auto-detected, automatic fallback across multiple models for uptime, providers that train on submitted prompts excluded. A single string also works. No account, no API key. Try GET /translate/sample.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYes
source_langNo
target_langYes
preserve_formatNo

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so impressively. It discloses batching limits, preservation of Markdown/HTML/{x} placeholders, order and count integrity, source auto-detection, multi-model fallback for uptime, exclusion of providers that train on prompts, and no-account/no-API-key access. This goes well beyond a generic 'translate text' statement, though it omits output shape and error behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a dense, front-loaded paragraph that leads with the core function and batching advantage before listing supporting features. Each clause adds distinct information, so there is little waste. The closing 'Try GET /translate/sample' is a minor appendix but not harmful; the structure could be slightly improved with bullets, though it remains clear.

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?

Given 4 parameters, no output schema, and no annotations, the description covers many practical aspects: input flexibility, format preservation, auth requirements, and provider privacy. However, it leaves meaningful gaps: the return shape is not explicitly stated (string vs array), there is no guidance on what happens beyond 200 segments, and target_lang's accepted value format is unspecified. These are relevant for an agent to invoke the tool correctly and interpret results.

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 0%, so the description must compensate, and it does partially. It explains that text can be a single string or array, clarifies source_lang through auto-detection, and illustrates preserve_format via placeholder and markup preservation. However, it does not specify the expected format for target_lang (e.g., language codes like 'es') and only implicitly covers preserve_format's full semantics.

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 verb ('Translate') and resource ('text segments'), and quantifies the capability ('up to 200 text segments in a single call'). It clearly positions the tool as a translation endpoint and is unmistakable against siblings 'jobs' and 'search', which are unrelated. The added context about replacing 200 separate calls further sharpens the purpose.

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 clear contextual guidance: use for batch translation of up to 200 segments, a single string also works, format is preserved, and source language is auto-detected. It does not explicitly mention when not to use the tool or name alternative tools, but given the siblings are unrelated to translation, the guidance is sufficient for an agent to select it appropriately.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • First observedjobs
    • First observedsearch
    • First observedtranslate

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool addresses a completely distinct concern: jobs handles multi-query research and synthesis, search handles real-time web lookup, and translate handles bulk text translation. There is no functional overlap or ambiguity between them.

Naming Consistency4/5

All three tool names are uniformly lowercase and single-word, giving the set a clean, predictable style. The only minor inconsistency is that 'jobs' is a noun while 'search' and 'translate' are verbs, but this is unlikely to confuse an agent.

Tool Count5/5

Three tools is on the lower end, but each tool is substantial: jobs replaces many research calls, search supports batched queries, and translate handles up to 200 segments in one call. Every tool clearly earns its place and the count is well within the well-scoped range.

Completeness5/5

The set fully covers its apparent domain of high-efficiency agent utilities: live search, synthesized multi-query research, and bulk translation. Each tool is self-contained with no dead ends, and there are no obvious missing operations for the workflows being advertised.

Resources