axom_mcp_discover
Explore available resources, tools, and capabilities within the Axom MCP Server to support AI agents with environment discovery and tool chaining.
Instructions
Discover available resources, structures, and capabilities.
Discovery Domains:
files: List and search files in allowed directories
tools: List available MCP tools and their capabilities
memory: Explore memory structure and statistics
capabilities: Check server capabilities and configuration
all: Comprehensive discovery across all domains
Filter Options:
pattern: Glob pattern for file filtering (e.g., *.py)
type: File type filter (file, directory, all)
memory_type: Filter memories by type
importance: Filter memories by importance
Chain Support: Use chain parameter to act on discovered resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Discovery domain | |
| filter | No | Filter criteria | |
| limit | No | Maximum results | |
| recursive | No | Recursive discovery | |
| chain | No | Chain operations based on discovery |