omniventure-agent-tools
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RAPIDAPI_KEY | Yes | Your RapidAPI key for authenticating requests. | |
| OMNIVENTURE_GATEWAY_URL | Yes | The URL of the OmniVenture gateway endpoint (e.g., https://automatically-welcome-dad-extensive.trycloudflare.com). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| repair_jsonA | Universal LLM JSON repair and syntax sanitizer. Fixes malformed JSON emitted by LLMs (stripping markdown code blocks, single quotes, trailing commas, and Python literals like True/False/None) into valid RFC 8259 JSON in sub-millisecond edge time. |
| extract_markdownA | Web-to-Markdown context compressor. Scrapes web URLs or parses raw HTML into clean, token-efficient Markdown, stripping boilerplate, scripts, ads, and navigation chrome. Cuts LLM prompt context token consumption by 80% to 95%. |
| sanitize_piiA | Text privacy, toxicity & PII redactor. Masks Personally Identifiable Information (emails, phone numbers, payment credit card numbers, and SSNs) from text before sending data to external public LLMs. Enforces GDPR, HIPAA, and DLP boundaries. |
| distill_contextA | Cognitive context distiller and entity extractor. Distills dense structured entities, numerical metrics, and salient keywords from raw text at zero cloud LLM token cost. Compresses 5,000+ words into ~150 structured tokens (>95% compression). |
| verify_emailA | B2B email and deliverability verifier. Validates RFC 5322 syntax, performs live DNS MX record verification, detects disposable/burner domains (Mailinator, TempMail), and scores corporate deliverability reputation. |
| lookup_ipA | Edge IP and network taxonomy lookup. Resolves IP routing taxonomy, private/loopback/bogon CIDRs, and performs reverse DNS PTR lookups in sub-5ms latency. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool operates on a distinct input/output pair: HTML to Markdown, malformed JSON to valid JSON, IP metadata, PII redaction, text distillation, and email verification. Although extract_markdown and distill_context both reduce text volume, their descriptions make the selection boundary clear.
All six tool names follow the same verb_noun snake_case convention: extract, repair, lookup, sanitize, distill, and verify. The expected behavior of each tool is predictable from its name alone.
Six tools is a well-scoped size for a general agent utility server. Each tool provides a discrete capability with no redundancy or obvious bloat.
Within each advertised utility, the tool covers the core need: extraction, repair, lookup, redaction, distillation, and verification. The set is a mixed grab bag rather than a single domain, so there is no obvious lifecycle to complete, making overall completeness slightly open-ended but not deficient.