dossier benchmark report
dossier has a benchmark score of 37/100 based on installability, startup reliability, MCP capability discovery, documentation quality, and safety signals.
Benchmark score
37
Docs score
0
Config score
0
Safety score
0
Benchmark status
| Install | unknown |
|---|---|
| Startup | unknown |
| Capability discovery | passed |
| Last tested | Jul 27, 2026 |
Installability
- npxconfidence: high
npx -y @ai-dossier/mcp-server
Capabilities
prompt
create-dossier
Author a new dossier with proper structure
prompt
execute-dossier
Run a dossier with verification and protocol. Automatically chooses single-dossier or multi-dossier journey flow based on relationships.
prompt
execute-journey
Guide the LLM through a multi-step dossier journey: resolve, verify, present plan, execute steps in order, collect outputs.
resource
Dossier Concept
Introduction to dossiers - what they are and why to use them
resource
Dossier Execution Protocol
How to execute dossiers safely and effectively
resource
Orchestration Reference
Complete reference for multi-dossier journey tools: resolve_graph, verify_graph, start_journey, step_complete, get_journey_status, cancel_journey
resource
Security Architecture
Security model, signing, verification, and trust management
tool
cancel_journey
Cancel an active journey session. Returns a summary of what completed before cancellation.
tool
get_journey_status
Get the current state of a journey session: completed steps, current step, remaining steps, and collected outputs.
tool
list_dossiers
Discover available dossiers in a directory. Scans for *.ds.md files and returns metadata.
tool
read_dossier
Read and parse a dossier file. Returns metadata and content. Should be called AFTER verify_dossier passes.
tool
resolve_graph
Resolve a dossier dependency graph into an execution plan. Reads relationships (preceded_by, followed_by, conflicts_with) and produces a DAG with ordered phases, parallel groups, and conflict detection.
tool
search_dossiers
Search the dossier registry for available dossiers by keyword. Returns matching dossiers with metadata.
tool
start_journey
Start a journey session from a resolved and verified graph. Creates a session, returns the first step's dossier content with any injected context. Call step_complete after executing each step.
tool
step_complete
Mark the current journey step as complete or failed. Advances to the next step and returns its dossier content with injected context from previous outputs. Returns a summary when the last step completes or a step fails.
tool
verify_dossier
Security verification - Verify integrity (checksum) and authenticity (signature) of a dossier. Returns pass/fail with stage details.
tool
verify_graph
Batch security verification for a dossier dependency graph. Verifies all dossiers in a resolved graph and returns an aggregate security report with per-dossier breakdown and overall recommendation.
Related pages
Frequently asked questions
What does the dossier benchmark score include?
It combines install status, startup status, capability discovery, documentation score, configuration score, and safety score into a 0-100 benchmark_score.
Does MCP Server Finder call dossier tools during discovery?
No. Capability discovery lists tools, resources, and prompts when possible, but does not invoke tools or read sensitive resources.
Why are some checks skipped?
Checks are skipped when they cannot be run safely without credentials, local configuration, or non-destructive execution guarantees.
Last updated