Skip to main content
Glama

Vascue Public Knowledge Search

Server Details

Search Vascue's public healthcare-ops, insurance-claims and booking docs. Public content only.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
vascue-io/public-knowledge-search
GitHub Stars
0
Server Listing
Vascue Public Knowledge Search

Available Tools

1 tool

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedsearch15 fields changed
      • removedInput schema / $schema
        Removed value: -"http://json-schema.org/draft-07/schema#"
      • changedInput schema / properties / ai_search_options / description
        Previous value: -"Options for customizing the AI search behavior."New value: +"Optional retrieval tuning. Omit for the defaults: hybrid search, 8 results, score threshold 0.35."
      • removedInput schema / properties / ai_search_options / properties / cache
        Removed value: -{
        -  "properties": {
        -    "cache_threshold": {
        -      "type": "string"
        -    },
        -    "enabled": {
        -      "type": "boolean"
        -    }
        -  },
        -  "type": "object"
        -}
      • removedInput schema / properties / ai_search_options / properties / query_rewrite
        Removed value: -{
        -  "properties": {
        -    "enabled": {
        -      "const": false,
        -      "type": "boolean"
        -    },
        -    "rewrite_prompt": {
        -      "type": "string"
        -    }
        -  },
        -  "type": "object"
        -}
      • removedInput schema / properties / ai_search_options / properties / reranking
        Removed value: -{
        -  "properties": {
        -    "enabled": {
        -      "const": false,
        -      "type": "boolean"
        -    },
        -    "match_threshold": {
        -      "maximum": 1,
        -      "minimum": 0,
        -      "type": "number"
        -    }
        -  },
        -  "type": "object"
        -}
      • addedInput schema / properties / ai_search_options / properties / retrieval / properties / context_expansion / description
        Added value: +"Neighbouring chunks from the same page to include around each hit (default 0)."
      • removedInput schema / properties / ai_search_options / properties / retrieval / properties / filters
        Removed value: -{
        -  "additionalProperties": {
        -    "anyOf": [
        -      {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "number"
        -          },
        -          {
        -            "type": "boolean"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      {
        -        "properties": {
        -          "$eq": {
        -            "anyOf": [
        -              {
        -                "type": "string"
        -              },
        -              {
        -                "type": "number"
        -              },
        -              {
        -                "type": "boolean"
        -              },
        -              {
        -                "type": "null"
        -              }
        -            ]
        -          },
        -          "$gt": {
        -            "anyOf": [
        -              {
        -                "type": "string"
        -              },
        -              {
        -                "type": "number"
        -              }
        -            ]
        -          },
        -          "$gte": {
        -            "anyOf": [
        -              {
        -                "type": "string"
        -              },
        -              {
        -                "type": "number"
        -              }
        -            ]
        -          },
        -          "$in": {
        -            "items": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "boolean"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type": "array"
        -          },
        -          "$lt": {
        -            "anyOf": [
        -              {
        -                "type": "string"
        -              },
        -              {
        -                "type": "number"
        -              }
        -            ]
        -          },
        -          "$lte": {
        -            "anyOf": [
        -              {
        -                "type": "string"
        -              },
        -              {
        -                "type": "number"
        -              }
        -            ]
        -          },
        -          "$ne": {
        -            "anyOf": [
        -              {
        -                "type": "string"
        -              },
        -              {
        -                "type": "number"
        -              },
        -              {
        -                "type": "boolean"
        -              },
        -              {
        -                "type": "null"
        -              }
        -            ]
        -          },
        -          "$nin": {
        -            "items": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "boolean"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type": "array"
        -          }
        -        },
        -        "type": "object"
        -      }
        -    ]
        -  },
        -  "propertyNames": {
        -    "type": "string"
        -  },
        -  "type": "object"
        -}
      • removedInput schema / properties / ai_search_options / properties / retrieval / properties / fusion_method
        Removed value: -{
        -  "enum": [
        -    "max",
        -    "rrf"
        -  ],
        -  "type": "string"
        -}
      • addedInput schema / properties / ai_search_options / properties / retrieval / properties / match_threshold / description
        Added value: +"Minimum relevance score for a chunk to be included (default 0.35); raise for precision, lower for recall."
      • addedInput schema / properties / ai_search_options / properties / retrieval / properties / max_num_results / description
        Added value: +"Maximum chunks to return (default 8)."
      • removedInput schema / properties / ai_search_options / properties / retrieval / properties / metadata_only
        Removed value: -{
        -  "type": "boolean"
        -}
      • addedInput schema / properties / ai_search_options / properties / retrieval / properties / retrieval_type / description
        Added value: +"hybrid (default) fuses keyword and vector ranking; keyword for exact phrases or product names; vector for paraphrased questions."
      • changedInput schema / properties / ai_search_options / properties / retrieval / properties / retrieval_type / enum
        Previous value: -[
        -  "vector",
        -  "keyword",
        -  "hybrid"
        -]New value: +[
        +  "hybrid",
        +  "vector",
        +  "keyword"
        +]
      • removedInput schema / properties / ai_search_options / properties / retrieval / properties / return_on_failure
        Removed value: -{
        -  "type": "boolean"
        -}
      • changedInput schema / properties / query / description
        Previous value: -"The input query."New value: +"What to look for, as a natural-language question or keywords, e.g. \"how does claims pre-authorisation work\" or \"Cliniko integration\". 3-15 words works best; one topic per call."
  2. 1 tool update
    • First observedsearch

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables searching medical literature, clinical trials, drug information, guidelines, and medical fee schedules directly from Claude, returning only original sources and text without medical judgment.
    9
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

With only one tool, there is no possibility of confusing it with another. The single 'search' tool has a clearly defined purpose.

Naming Consistency4/5

The lone tool is named 'search', which is simple and clear. Naming consistency is hard to evaluate with one tool, but the name aligns with its function and common conventions.

Tool Count3/5

A single dedicated search tool fits the server's stated read-only knowledge-search purpose, but it is minimal. One tool can feel thin, though it is justifiable for a focused search endpoint.

Completeness3/5

The search tool covers a broad range of public pages (guides, product info, integrations, security, case studies, pricing, blog), but there are no additional tools for filtering, retrieving specific pages, or understanding the corpus structure. The surface is functionally complete for simple Q&A but lacks depth for complex discovery workflows.