mcp-omnisearch

by spences10
Verified
MIT License
41
10
  • Linux

jina_grounding_enhance

Real-time fact verification against web knowledge. Reduces hallucinations and improves content integrity through statement verification.

Input Schema

NameRequiredDescriptionDefault
contentYesContent to enhance

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to enhance", "type": "string" } }, "required": [ "content" ], "type": "object" }