Skip to main content
Glama
multivon-ai

multivon-mcp

Official
by multivon-ai

pdfhell_run

Run the pdfhell adversarial-PDF benchmark to evaluate a vision model's robustness against malicious PDFs. Returns pass rate and per-family statistics.

Instructions

Run the pdfhell adversarial-PDF benchmark against a vision model.

Args: model: Provider:model spec, e.g. "anthropic:claude-sonnet-4-6", "openai:gpt-4o", "google:gemini-2.5-flash". suite: "smoke" (3 cases, ~10s) or "mini" (30 cases, ~$0.01 on Flash). Default "mini". workers: Parallel API requests. Default 4.

Returns: A dict with overall pass_rate, Wilson 95% CI, per-trap-family pass rates and CIs, and per-case details. Suite version + hash included so consumers can verify the run measured the expected cases.

Provider API keys come from environment variables (ANTHROPIC_API_KEY, OPENAI_API_KEY, GOOGLE_API_KEY) — not passed through this tool, never logged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYes
suiteNomini
workersNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It discloses that API keys come from environment variables and are never logged, and it describes the return format (dict with pass_rate, CIs, etc.). However, it does not explicitly state side effects (e.g., cost, read-only nature) beyond mentioning an estimated cost.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (~130 words) and well-structured with Args/Returns sections. Every sentence adds value, from purpose to parameter details to return structure. It front-loads the core purpose and efficiently covers all necessary information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the moderate complexity (3 params, no enums, no nested objects) and the presence of an output schema, the description is complete. It covers purpose, parameter details, return structure, and environment variable setup, enabling an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% (no parameter descriptions), so the description adds significant meaning for all three parameters: model format with examples, suite options with values and defaults, and workers as parallel API requests. This far exceeds the schema's minimal information.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool runs the 'pdfhell adversarial-PDF benchmark' against a vision model. It specifies the verb 'run' and the resource, distinguishing it from siblings like pdfhell_make (which likely creates benchmarks) and eval_* tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides detailed parameter usage (model format, suite options, workers) but does not explicitly state when to use this tool versus alternatives or when not to use it. It implies usage through context but lacks direct guidance on alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/multivon-ai/multivon-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server