Skip to main content
Glama

Server Details

Dentistry knowledge base: implantology, periodontology, oral surgery. Verbatim text, with sources.

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 · MCP 2025-06-18
URL

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: glossary for term definitions, read for full document retrieval, search for corpus querying. No overlap in functionality, and the descriptions explicitly reference each other (read accepts IDs from search), reinforcing separation.

Naming Consistency4/5

All tools share the consistent 'bonebenders_' prefix, which is excellent. The suffixes mix a noun (glossary) with verbs (read, search), but this is a minor deviation and does not hinder predictability—the verbs clearly indicate actions.

Tool Count5/5

Three tools is a well-scoped set for a content retrieval server. Each tool is necessary and non-redundant, covering search, lookup, and retrieval without bloat. This is within the ideal 3-15 range.

Completeness4/5

The surface covers the core workflow: discover via search, get details via glossary or full text. Minor gap is lack of a 'list all' or browse capability, but search with keywords adequately addresses discovery. The domain is well-covered.

Available Tools

3 tools
bonebenders_glossaryGlossario BonebendersA
Read-onlyIdempotent
Inspect

Cerca un termine nel glossario odontoiatrico di bonebenders.com (246 voci: parodontologia, implantologia, chirurgia orale, anatomia, biomateriali, diagnostica). Riconosce sinonimi e termine inglese. Restituisce definizione, URL, termini correlati e articoli di approfondimento. Look up a dental term (Italian or English) in the Bonebenders glossary.

ParametersJSON Schema
NameRequiredDescriptionDefault
termYesTermine da cercare (IT o EN), es. "osteointegrazione", "split crest", "abutment".
limitNoNumero massimo di voci restituite.

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds meaningful behavioral context beyond those annotations: it recognizes synonyms, accepts Italian or English terms, and returns definition, URL, related terms, and in-depth articles. No contradiction with annotations was found.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded and structured, starting with the core action and scope. However, the final English sentence essentially repeats the opening Italian sentence, adding redundancy without new semantic content. The additional details about synonyms and returned fields earn their place, but the duplication prevents a higher score.

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

Completeness4/5

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

For a low-complexity read-only lookup with only two parameters and no output schema, the description is reasonably complete. It names the resource, subject coverage, language handling, and the types of data returned. It does not explain behavior on missing terms or how results are ordered, but these are minor gaps given the simplicity and annotation coverage.

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 100%, so the schema fully documents both 'term' and 'limit'. The description reinforces that the term can be in Italian or English and mentions synonyms, but it does not add meaning beyond what the schema already provides. Baseline 3 is appropriate here.

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?

The description clearly states a specific verb and resource: 'Cerca un termine nel glossario odontoiatrico di bonebenders.com' and specifies the domain and categories. It is easy to understand this is a glossary lookup tool. However, it does not explicitly differentiate itself from the sibling tools bonebenders_read and bonebenders_search, so it stops short of 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 Guidelines3/5

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

The description implies usage: look up a dental term in Italian or English, and mentions synonym recognition and related articles. This gives useful context about when the tool is appropriate. However, it provides no explicit guidance about when to prefer this tool over bonebenders_read or bonebenders_search, and no exclusions are stated.

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

bonebenders_readLeggi un documento BonebendersA
Read-onlyIdempotent
Inspect

Restituisce il testo integrale di un documento di bonebenders.com in Markdown: sezioni, FAQ, fonti citate, data di revisione clinica e formato di citazione. Accetta l'URL della pagina (es. https://bonebenders.com/blog//) oppure l'id restituito da bonebenders_search (es. blog/it/, glossario/). Read the full text of one document, verbatim, with its citation line.

ParametersJSON Schema
NameRequiredDescriptionDefault
refYesURL bonebenders.com, path (/blog/<slug>/) o id (blog/it/<slug>).
maxCharsNoLunghezza massima del testo restituito.

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description only needs to add context. It adds that the output is Markdown and includes specific sections, and says 'verbatim' indicating exact text. This is useful behavioral context beyond the annotations.

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 concise, with the main action front-loaded. However, it repeats the same information in English at the end ('Read the full text of one document, verbatim, with its citation line'), which is redundant with the Italian text. This wastes a sentence.

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

Completeness4/5

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

For a read tool with annotations covering safety and schema covering parameters, the description is fairly complete. It specifies the output format and content, and how to specify the target document. It doesn't mention error handling or edge cases, but those are not essential for a read operation.

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%, so the schema already documents both parameters. The description adds a bit by explaining that ref can be a URL or an id from bonebenders_search, and gives examples. However, this is mostly redundant with the schema examples, so it adds minimal 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 it returns the full text of a document in Markdown, listing specific content elements (sections, FAQ, cited sources, revision date, citation format). It distinguishes itself from siblings by accepting a URL or an id from bonebenders_search, making it unambiguous that this is the tool for reading a specific document.

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?

The description implies usage by explaining the input can be a URL or an id from search, which guides the agent to use search first to obtain the id. However, it does not explicitly state when to use this tool over alternatives or when not to use it, though the sibling context makes it clear.

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. 3 tool updates
    • First observedbonebenders_glossary
    • First observedbonebenders_read
    • First observedbonebenders_search

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for querying the official registration records of the Regional Council of Dentistry of Amazonas (Brazil), offering a single read-only tool for consultation.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources