Bonebenders
Server Details
Dentistry knowledge base: implantology, periodontology, oral surgery. Verbatim text, with sources.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-06-18
- URL
TDQS
Scored across 3 tools
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.
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.
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.
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 toolsbonebenders_glossaryGlossario BonebendersARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Termine da cercare (IT o EN), es. "osteointegrazione", "split crest", "abutment". | |
| limit | No | Numero massimo di voci restituite. |
TDQS
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.
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.
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.
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.
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.
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 BonebendersARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | URL bonebenders.com, path (/blog/<slug>/) o id (blog/it/<slug>). | |
| maxChars | No | Lunghezza massima del testo restituito. |
TDQS
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.
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.
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.
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.
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.
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.
bonebenders_searchCerca nel corpus BonebendersARead-onlyIdempotentInspect
Cerca tra articoli del blog (IT/EN), voci di glossario, schede farmaci, casi clinici, Q&A e pagine fisse (chi sono, contatti, pagine cliniche) di bonebenders.com. Restituisce titolo, URL, data, revisione clinica e il passaggio più pertinente di ogni risultato. Usa parole chiave cliniche in italiano o inglese (es. "split crest", "peri-implantite", "bifosfonati impianti"). Search the clinical corpus written by Dr. Ernesto Bruschi; results are quotes with their source URL.
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Filtra per lingua del documento. | |
| type | No | Filtra per tipo di documento (pagina = pagine fisse del sito: chi sono, contatti, pagine pilastro e locali). | |
| limit | No | Numero massimo di risultati. | |
| query | Yes | Parole chiave o domanda breve (IT o EN). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnly, idempotent, non-destructive), the description discloses important behavioral details: results are snippets/quotes with source URLs, and each result includes title, URL, date, and clinical review status. It accurately reflects a read-only search operation without contradicting 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact, front-loaded with the tool's scope, followed by return-value details and usage examples. Every sentence contributes useful information, and the bilingual structure mirrors the tool's intended use.
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?
Despite having no output schema, the description fully describes what the tool returns and what kinds of queries are appropriate. Combined with the rich input schema and annotations, this provides sufficient context for an agent to select and invoke the tool correctly.
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 input schema already covers all parameter descriptions, so the baseline is 3. The description adds meaningful semantic guidance for the query parameter by specifying clinical keyword usage and providing examples in both languages. This adds value beyond the schema's generic 'keywords or short question' description.
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 identifies a specific action ('Cerca'/'Search') and a well-defined resource: the entire Bonebenders corpus, enumerating content types from blog articles to fixed pages. It also states what is returned (title, URL, date, clinical review, most relevant passage), making the tool's function unambiguous and distinct from the more specialized sibling tools.
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?
The description provides clear usage context: search across a defined clinical corpus, with guidance to use clinical keywords in Italian or English and concrete examples. It does not explicitly mention alternative tools or state when not to use this tool, but the search-specific language and output format imply appropriate use cases.
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.
3 tool updates
- First observed
bonebenders_glossary - First observed
bonebenders_read - First observed
bonebenders_search
Related MCP Connectors
Norwegian dental clinic directory MCP: ~6,900 clinics with Helfo-agreement, specialty, duty, chain.
Public Root Data dental analytics directory for DSOs, dental practices, blog, and FAQ tools.
Read-only MCP: US dental intel, all-category Medicaid fee schedules, dentist lookup. Free tier.
Virohana Dental Clinic, Bengaluru - clinic info, treatments, hours, contact and oral-health blog.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables dental research and clinical intelligence by providing tools to search PubMed, systematic reviews, verify citations, and query ClinicalTrials.gov directly from Claude Web and Claude Desktop.-
- AlicenseNot gradedqualityDmaintenanceEnables AI-powered dental X-ray analysis and treatment planning using YOLOv11 and clinical guideline RAG, integrated with MCP for use with Claude and other AI assistants.3MIT
- AlicenseNot gradedqualityCmaintenanceMCP 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
- AlicenseNot gradedqualityCmaintenanceEnables querying the official registry of the Regional Council of Dentistry of Paraná (Brazil) for professional registration data. It provides a read-only tool to consult official records via natural language.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.