You're viewing a demo portfolio

Join the waitlist
PRSM

query_company_knowledge

Active

Tool of FavCRM

declared in 1.0.0

Search this company's reviewed knowledge base and return grounded snippets with source document IDs. Use for merchant policies, FAQs, pricing notes, brand guidance, and other uploaded references.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 20,
      "minimum": 1,
      "description": "Maximum matching snippets (default 5)"
    },
    "query": {
      "type": "string",
      "minLength": 1,
      "description": "Question or keywords to search for in company knowledge"
    },
    "maxSnippetChars": {
      "type": "integer",
      "maximum": 1200,
      "minimum": 120,
      "description": "Maximum characters per snippet (default 600)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →
query_company_knowledge — FavCRM — PRSM MCP