Skip to main content
Glama
Recon-Fuzz

recon-fuzz-knowledge

by Recon-Fuzz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 14 tools

Disambiguation4/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues