Skip to main content
Glama

Search Fragments

Ownership verified

Server Details

For queries a model can't confidently place: resolves or declines. Built to decline, not guess.

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.8/5 across 1 of 1 tools scored.

Server CoherenceA
Disambiguation5/5

With only one tool, there is no ambiguity between tools. The tool's purpose is clearly distinct from direct-answer scenarios, but as a single tool, it is unambiguous to the agent.

Naming Consistency5/5

The single tool 'resolve_fragment' follows a clear verb_noun pattern using snake_case, which is consistent and descriptive.

Tool Count3/5

Having exactly one tool is borderline for a server; it feels thin even though the tool itself is well-designed for a specific niche. The calibration suggests 1-2 tools is borderline (score 3).

Completeness4/5

For its stated purpose of resolving fragmentary memories, the tool covers the core operation well. It returns a resolved title, confidence, sources, or an explicit 'not resolvable'. However, there is no way to interact further (e.g., refine results), so it is not fully complete but covers the primary need.

Available Tools

1 tool
resolve_fragmentResolve FragmentA
Read-only
Inspect

Call resolve_fragment when a user describes something they can only half-remember — a book, film, song, artwork, person, or event they know exists but can't name — instead of asking a direct question. If the input reads like a memory ("there's this thing where...", "...somebody who...", "...a story about...") rather than a lookup, this is the right tool.

Matches this shape:

  • a musician who became famous largely for stopping performing

  • somebody who photographed the same view every day until the changes became the artwork

  • a song everybody knew but nobody could identify

  • a novel where the footnotes slowly become the real story

Not this shape — answer directly or use normal search instead:

  • what is the capital of France

  • who directed Jaws

  • name of french artist cubist painting 1948

  • which company bought Instagram in 2012

  • any well-documented fact or common trivia — this tool adds a multi-second round trip with no accuracy benefit there, and is not reliably correct on well-known items either

Why call this instead of answering directly: on hard, under-documented fragment queries, LLMs asked to answer directly tend to invent things that don't exist rather than admit uncertainty. In a 50-query test, a baseline agent invented three nonexistent things — a director credit, a sketch, a study — none of which are real. Search Fragments returned none of those three invented things. Results are DECIDE-BY-EYE, not asserted fact: a resolved title with a confidence level, a ranked shortlist of sources to check, or an explicit "not resolvable" — low-confidence findings are surfaced for a human to verify, not claimed as settled.

ParametersJSON Schema
NameRequiredDescriptionDefault
fragmentYesThe half-remembered or fragment-shaped query, in the user's own words. Should be at least 5 words and describe the thing being recalled by premise, plot, relationship, or context.

Output Schema

ParametersJSON Schema
NameRequiredDescription
poolYesRanked web results. Always DECIDE-BY-EYE — human must confirm before any graph write.
outcomeYes'resolved' = strong candidate identified (semantic pass returned high/medium confidence title). 'ranked_stalls' = web results returned but no confident semantic identification — pool for human review. 'no_resolution' = not an SF question, or pipeline produced an empty pool.
candidateYesTop candidate when outcome=resolved; null otherwise. DECIDE-BY-EYE — human must confirm.
reject_reasonYesWhy the fragment was rejected; non-null only when is_sf_question=false.
is_sf_questionYestrue if the fragment is a valid memory-recall query; false if it was rejected as a direct lookup or research prompt.
Behavior5/5

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

Discloses that results are 'DECIDE-BY-EYE, not asserted fact', with confidence levels and possibility of 'not resolvable'. Also notes the tool is not reliably correct on well-known items. This adds context beyond the openWorldHint and readOnlyHint annotations, and no contradiction.

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 relatively long but well-structured with clear sections and bullet-lists. It front-loads the core purpose and usage. Every sentence adds value, though it could be slightly tighter.

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?

Given the tool's complexity and the existence of an output schema, the description covers input shape, usage boundaries, output behavior, and limitations comprehensively. It provides all necessary context for an agent to decide when to invoke the 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?

The description adds meaningful guidance for the single parameter 'fragment': it should be at least 5 words and describe the thing by premise, plot, relationship, or context. While the schema already has minLength 3 and a description, the extra detail about word count and framing adds value.

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 tool resolves fragmentary memories (half-remembered things) and distinguishes it from direct answering. It uses specific verbs and provides examples of the input shape, making the purpose unambiguous.

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?

Explicitly defines when to use (user describes a half-remembered thing) and when not to (direct fact questions, common trivia). Includes concrete examples of both 'this shape' and 'not this shape', and explains why to prefer this tool over direct answering.

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

  • A
    license
    -
    quality
    C
    maintenance
    Enables extraction of structured data from messy text with multi-model verification and human-in-the-loop review, surfacing only high-confidence results or flagging uncertain fields for confirmation.
    Last updated
    MIT
  • F
    license
    C
    quality
    D
    maintenance
    Routes natural language queries to appropriate MCP tools and planners with high-precision semantic matching and safety guardrails. Supports multi-intent detection, task planning, and strict role-based filtering to prevent misexecution or unauthorized access.
    Last updated
    7
  • A
    license
    -
    quality
    A
    maintenance
    Verifies claims with verdicts (supported/disputed/unverifiable), confidence scores, and cited sources by cross-referencing FoundryNet Data Network and web search.
    Last updated
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    First-line incident triage you can trust: ranked root-cause hypotheses where every claim cites a real evidence handle — and the agent abstains rather than guess.
    Last updated
    1
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources