Search Fragments
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.
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.
Tool Definition Quality
Average 4.8/5 across 1 of 1 tools scored.
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.
The single tool 'resolve_fragment' follows a clear verb_noun pattern using snake_case, which is consistent and descriptive.
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).
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 toolresolve_fragmentResolve FragmentARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| fragment | Yes | The 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
| Name | Required | Description |
|---|---|---|
| pool | Yes | Ranked web results. Always DECIDE-BY-EYE — human must confirm before any graph write. |
| outcome | Yes | '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. |
| candidate | Yes | Top candidate when outcome=resolved; null otherwise. DECIDE-BY-EYE — human must confirm. |
| reject_reason | Yes | Why the fragment was rejected; non-null only when is_sf_question=false. |
| is_sf_question | Yes | true if the fragment is a valid memory-recall query; false if it was rejected as a direct lookup or research prompt. |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityCmaintenanceEnables 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 updatedMIT
- FlicenseCqualityDmaintenanceRoutes 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 updated7
- Alicense-qualityAmaintenanceVerifies claims with verdicts (supported/disputed/unverifiable), confidence scores, and cited sources by cross-referencing FoundryNet Data Network and web search.Last updatedMIT
- Alicense-qualityAmaintenanceFirst-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 updated1MIT