Skip to main content
Glama

synap

Server Details

Synap (pool.linkrra.com/v1), Linkrra's OpenAI-compatible LLM API, as an MCP server.

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

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one performs inference (chat completion) and the other enumerates available models. There is no overlap, so an agent can trivially select the correct tool.

Naming Consistency5/5

Both names use the same synap_ prefix and snake_case verb_noun pattern (synap_chat_completion, synap_list_models). The convention is predictable and readable.

Tool Count3/5

Two tools is borderline thin for an inference API wrapper. It covers the single most essential operation plus discovery, but feels minimal rather than well-scoped.

Completeness3/5

Chat completion is covered, but an OpenAI-compatible surface typically also offers embeddings, legacy completions, and richer model metadata. These notable gaps limit the workflows an agent can perform.

Available Tools

2 tools
synap_chat_completionAInspect

Call Synap, Linkrra's OpenAI-compatible inference API (pool.linkrra.com/v1), for a chat completion. Requires the caller to supply their own Synap API key as the Authorization: Bearer header on the MCP request.

ParametersJSON Schema
NameRequiredDescriptionDefault
modelYesModel id — see synap_list_models for the catalogue.
messagesYes
max_tokensNo
temperatureNo

TDQS

A3.8/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden and it delivers key operational context: the API base and the hard requirement to supply the caller's own Synap API key as an Authorization: Bearer header. It doesn't mention rate limits, streaming behavior, or error handling, so not a 5.

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?

Two sentences, front-loaded with the core action and immediately followed by the critical auth requirement. Efficient and no wasted verbiage, though it could be slightly more structured.

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?

No output schema exists, so the description should explain the return value, but it doesn't. Combined with 25% schema coverage, the definition leaves gaps for a scheduled inference call, though the auth note helps.

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 25% – only 'model' has a description. The description itself adds no meaning for max_tokens, temperature, or messages, which are undocumented in the schema. It fails to compensate for the coverage gap.

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?

States a specific verb (chat completion) and resource (Synap OpenAI-compatible inference API), plus the endpoint pool.linkrra.com/v1. It is clearly distinguished from the sibling synap_list_models, which covers model listing.

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?

It implies usage (generate a chat completion) and references synap_list_models indirectly via the model param description, but gives no explicit when-to-use/when-not-use guidance or alternatives. For an inference call that's mostly self-evident, but no exclusions or routing conditions are provided.

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

synap_list_modelsBInspect

List models currently available on Synap (pool.linkrra.com/v1/models).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It does not state whether this requires auth, whether results are paginated, how the list is filtered, or what happens on error. For a zero-annotation tool it should say more about safety and behavior.

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?

A single compact sentence, front-loaded with the verb and resource. Every token earns its place and no elaboration is wasted.

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?

For a zero-parameter list tool this is nearly minimal but acceptable: it says what it lists and where. However, without annotations or an output schema, the description does not explain the shape of the returned model list, and it omits the discovery role relative to the sibling tool.

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?

Parameter count is 0, which sets the baseline at 4 per the scoring rules. There are no parameters to document, so the description cannot be faulted for omitting parameter semantics.

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?

States a clear verb (list) and resource (models) with the specific source URL, distinguishing it from the sole sibling synap_chat_completion which evidently generates completions rather than enumerating models. The 'currently available' phrasing adds scope. It lacks explicit phrasing of what a model entry is, keeping it from a 5.

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

Usage Guidelines2/5

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

No when-to-use or when-not-to-use guidance is provided. It doesn't mention that an agent should call this first to discover valid model identifiers before invoking synap_chat_completion, which would be the natural workflow pairing. Usage is only implied by the name.

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.

  1. 2 tool updates
    • First observedsynap_chat_completion
    • First observedsynap_list_models

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources