recon-fuzz-knowledge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| search_glossaryB | Search the Recon glossary for terms matching a query. Returns top 5 matching glossary terms with full definitions. Source: getrecon.xyz |
| get_blog_postA | Get a full blog post by its slug. Returns the complete post content, metadata, and URL. Source: getrecon.xyz |
| get_comparisonC | Get a comparison article by slug. Returns both entities, their strengths, conclusion, and FAQs. Source: getrecon.xyz |
| search_siteB | Search across getrecon.xyz content (blog posts, glossary, comparisons, tools). Returns top 10 matches. |
| list_toolsB | List all developer tools documented on getrecon.xyz. Returns up to 20 tools with descriptions and URLs. |
| get_book_chapterB | Get a book documentation chapter by slug. Returns the full chapter content, category, and URL. Source: book.getrecon.xyz. Covers: Chimera framework, invariant testing, bootcamp, Recon Pro, tools, OSS repos. |
| get_book_conceptA | Get a technical concept explanation from the Recon Book. Covers: invariant testing, Chimera, stateful fuzzing, handlers, ghost variables, clamping, optimization mode, dynamic replacement, governance fuzzing, Recon Magic. |
| search_bookC | Search across Recon Book documentation (chapters, concepts, FAQs). Returns top 10 matches. Source: book.getrecon.xyz |
| list_book_chaptersA | List all chapters in the Recon Book, grouped by category (Getting Started, Writing Invariant Tests, Bootcamp, Using Recon Pro, Free Tools, OSS, Reference). |
| get_substack_postA | Get a full Substack post by slug. Returns title, author, date, and full article content. Source: getrecon.substack.com (36 posts on invariant testing, fuzzing, engagement retrospectives, product updates). |
| search_substackB | Search across all Recon Substack posts. Returns top 10 matches with titles, dates, and content snippets. |
| list_substack_postsA | List all Recon Substack newsletter posts sorted by date. Shows title, subtitle, date, word count, and slug for each post. |
| search_allA | Search across ALL Recon content — getrecon.xyz (blog, glossary, comparisons, tools), book.getrecon.xyz (chapters, concepts, FAQs), and getrecon.substack.com (newsletter posts). Returns top 15 matches with source labels. |
| refresh_cacheA | Force refresh the documentation cache from all three sources (getrecon.xyz, book.getrecon.xyz, getrecon.substack.com). Rate limited to once per 60 seconds. |
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 14 tools
Most tools have distinct purposes targeting specific content types or actions, but there is some overlap between search_all and the individual search tools (search_book, search_site, search_substack), which could cause confusion about when to use the comprehensive versus specific search. The get_* and list_* tools are clearly differentiated by resource and action.
Tool names follow a consistent verb_noun pattern throughout, with clear prefixes like get_, list_, search_, and refresh_. All names use snake_case uniformly, making them predictable and easy to understand for agents.
With 14 tools, the server is well-scoped for its purpose of accessing and searching Recon's documentation and content across multiple sources. Each tool serves a specific function, such as retrieving, listing, or searching different content types, without unnecessary duplication or bloat.
The tool surface provides comprehensive coverage for the domain of Recon's knowledge base, including CRUD-like operations (get, list, search) across all documented sources (blog, book, Substack, tools, glossary). There are no obvious gaps; agents can access, list, and search all content types effectively.