Skip to main content
Glama

Server Details

Cloudflare Workers MCP server: embedding-search

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 DescriptionsB

Average 3.5/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: computing similarity between two texts, generating embeddings, and ranking documents. No overlap in functionality.

Naming Consistency4/5

Tools use snake_case with verb phrases, but 'semantic_search' is less consistent than a verb-led pattern like 'search_semantic'. Still clear and predictable.

Tool Count4/5

Three tools cover core embedding operations: generation, similarity computation, and search. The scope is focused, and each tool earns its place.

Completeness4/5

The tool set covers the primary workflow of generating embeddings and performing searches. Minor gaps like embedding storage or deletion exist but don't hinder the main use case.

Available Tools

3 tools
compute_similarityBInspect

Compute cosine similarity between two texts. Returns score in [-1,1]. Useful for dedup and relatedness.

ParametersJSON Schema
NameRequiredDescriptionDefault
modelNo
text_aYes
text_bYes
Behavior2/5

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

No annotations provided, so description should disclose all behavioral traits. It only states it computes similarity and returns a score, but omits details like statelessness, rate limits, or edge cases.

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 concise sentences with minimal waste. Includes key return value range. Could be slightly more structured but effective.

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

Completeness1/5

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

Three parameters (one optional), no output schema, no annotations. The description lacks detail on parameters, output format beyond score range, and edge cases, making it incomplete.

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

Parameters1/5

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

Schema coverage is 0% (no parameter descriptions in schema), and the description does not explain parameters beyond 'two texts'. The 'model' parameter is entirely unaddressed.

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 clearly states it computes cosine similarity between two texts and specifies the return range [-1,1]. This differentiates it from sibling tools like 'generate_embeddings' and 'semantic_search'.

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?

Mentions use cases ('dedup and relatedness'), providing context for when to use. Does not explicitly exclude alternatives or mention when not to use, but the use case guidance is clear.

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

generate_embeddingsAInspect

Generate vector embeddings for one or more texts using Cloudflare Workers AI (bge-base-en-v1.5, 768-dim).

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText or array of texts to embed
modelNoCF AI model ID override
Behavior3/5

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

The description discloses the underlying model and dimensions but, with no annotations present, fails to mention behavior such as rate limits, authentication requirements, or potential side effects. It provides minimal behavioral context beyond the core operation.

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 sentence that efficiently conveys the tool's purpose, model, and dimensionality with no superfluous words.

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 description lacks details about the return format (e.g., structure of embedding vectors) and does not explain the optional 'model' parameter. Given no output schema and moderate complexity, more completeness would be beneficial.

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 coverage is 100% with descriptions for both parameters. The description adds no additional meaning beyond what the schema already provides, so a baseline score of 3 is appropriate.

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 clearly states the verb 'Generate' and resource 'vector embeddings', specifies the model (bge-base-en-v1.5) and dimensionality (768-dim), and distinguishes it from sibling tools that process rather than generate embeddings.

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 guidance is provided on when to use this tool vs its siblings (compute_similarity, semantic_search). The description does not mention context or prerequisites, leaving the agent to infer usage from the name alone.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources