Skip to main content
Glama
586,962 tools. Updated 2026-09-18 15:37

"A localized knowledge base" matching MCP tools:

  • Permanently delete one knowledge base entry and every passage built from it. The chatbot stops using that content immediately. This cannot be undone.
    Connector
    Destructive
    OAuth
  • Deep knowledge-base compliance audit (async; 2 credits). Produces a thorough, written risk report covering prohibited words, IP, category mismatches, GPSR and more, backed by a private 15-year compliance knowledge base. Use this when you need a complete, actionable compliance report. Do NOT use it for a quick pre-publish check - use compliance_check for that. Read-only; deducts 2 credits; runs asynchronously, poll for the result. Args: text: listing title/bullets/description (required). marketplace: marketplace code (default US). category: optional category hint. lang: zh or en (default en). images: optional list of up to 5 data:image base64 strings, each < 4MB.
    ConnectorNo auth
  • Connects an EXISTING knowledge base to something that will use it. It adds no content — for that use findagent_add_kb_document, which puts a document into the base itself. Attach a knowledge base you own to an agent or department you own, to an organization you administer (org KB — auto-available to every agent/department run for the org’s active members), or bind it as your personal KB. Identify an agent/department target by target_slug (recommended) or target_id from findagent_list_my_agents; identify an org target by its slug/id from findagent_list_orgs (you must be an org owner or admin). Choose mode: tool (the agent gets a search_knowledge tool), auto_inject (relevant passages are prepended before the call), or both. This is NOT part of the agent manifest, so updating the KB needs no agent re-publish.
    ConnectorOAuth
  • List merchant knowledge base documents (uploads + scraped URLs). Use reviewStatus/syncable to see what is ready for agent retrieval. Pass `updatedAfter` for delta sync. Reviewed content is fetched via GET /v6/merchant/ai/knowledge/{id}/content; source audit text is available with ?variant=extracted.
    ConnectorNo auth
  • Search the Klever VM knowledge base for smart contract development context. Returns structured JSON with matching entries, scores, and pagination. Use this for precise filtering by type or tags; use search_documentation for human-readable "how do I..." answers.
    ConnectorNo auth
  • List merchant knowledge base documents (uploads + scraped URLs). Use reviewStatus/syncable to see what is ready for agent retrieval. Pass `updatedAfter` for delta sync. Reviewed content is fetched via GET /v6/merchant/ai/knowledge/{id}/content; source audit text is available with ?variant=extracted.
    ConnectorNo auth

Matching MCP Servers

Matching MCP Connectors

  • A searchable knowledge base your assistant reads and writes.

  • A semantic search server that gives AI assistants instant access to Dodo Payments documentation and knowledge base.

  • Puts CONTENT INTO a knowledge base. This is not the tool that makes a knowledge base reachable from an agent — that is findagent_attach_kb, which connects an existing base to an agent, department or organization. Add a text document to a knowledge base you own by pasting its content. It ingests asynchronously (parse → structure-aware chunk → embed with the KB’s bound key). Content is de-duplicated by hash: re-adding the exact same text is a no-op (the response `deduped` flag is true, no second document). Requires the KB to have an embedding key bound, or the document will not ingest. For files (PDF/markdown/docx), use the web Knowledge Base uploader.
    ConnectorOAuth
  • Get the current knowledge-base snapshot/version id. Pin this kb_snapshot for reproducibility: the same query against the same kb_snapshot returns identical results.
    ConnectorNo auth
  • Get summary statistics of the Klever VM knowledge base. Returns total entry count, counts broken down by context type (code_example, best_practice, security_tip, etc.), and a sample entry title for each type. Useful for understanding what knowledge is available before querying.
    ConnectorNo auth
  • Semantic search over the workspace knowledge base. Returns the most relevant chunks (with source document title and similarity score) for a query. Only searches documents that have finished training (status READY).
    ConnectorNo auth
  • List the knowledge-base documents backing the website chatbot — file names, sizes, upload dates and a text preview.
    ConnectorNo auth
  • List where a knowledge base you own is attached (agent / department / personal), each with its attachment id and mode (tool | auto_inject | both). Use an attachment id with findagent_detach_kb to remove that one binding. READ-ONLY.
    ConnectorOAuth
  • Detach a knowledge base from an agent, department, or your personal binding by attachment_id (from findagent_list_kb_attachments). This removes only that one binding — the knowledge base itself and any other attachments are unchanged. Owner-gated.
    Connector
    Destructive
    OAuth
  • Permanently delete an ENTIRE knowledge base you own, including all of its documents, chunks, structure, and attachments. Owner-gated (deleting a SHARED organization knowledge base requires an organization owner or admin). Any agent it was attached to loses access. This cannot be undone.
    Connector
    Destructive
    OAuth
  • Crawl a website into a knowledge base so an AI_TOOL_ROUTER can answer from it. Creates a new base (named after the host) unless knowledgeBaseId is given. Honours robots.txt, skips junk and duplicate pages, keeps blog posts by default, and caps at maxPages. Returns at once with a job to poll via get_website_import. Prefer this over writing facts about a site you have not read.
    ConnectorNo auth
  • Lists the 66 canonical Bible books with localized names, slugs, abbreviations, testament grouping, and chapter counts. Use this when an agent needs valid book identifiers or localized display names before calling lookup tools.
    ConnectorNo auth
  • Read the brand's knowledge base sources. Knowledge entries are the brand-truth facts (positioning lines, product details, founder quotes, etc.) that Trakkr injects into AI-facing content generation. Read-only here; authoring stays in the editor. Views: - 'sources': Knowledge sources with processing status and chunk counts. - 'stats': Aggregate source/chunk/token counts. Args: brand_id: The brand to inspect (required). view: 'sources' or 'stats'.
    ConnectorOAuth
  • Delete a Weav knowledge base item. For website/URL sources this also deletes discovered URLs and chunks.
    Connector
    Destructive
    OAuth