Skip to main content
Glama

synap

synap_chat_completion

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.

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources