get_ns_vars
Retrieve all public vars in a specified Clojure namespace, including metadata like doc strings, line numbers, file paths, and their current values, using the nREPL MCP Server.
Instructions
Get all public vars (functions, values) in a namespace with their metadata and current values. Example:
- List main namespace vars: (get_ns_vars {:ns "main"}) Returns a map where keys are var names and values contain:
- :meta - Metadata including :doc string, :line number, :file path
- :value - Current value of the var
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ns | Yes | Namespace to inspect |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from nREPL MCP Server
Related Tools
- @JohanCodinha/nrepl-mcp-server
- @JohanCodinha/nrepl-mcp-server
- @Bigsy/Clojars-MCP-Server
- @AzBuilder/mcp-server-terrakube
- @illuminaresolutions/n8n-mcp-server