List and inspect the available tools

slash commands

// what it does

/tools lists the tools the agent can call this session — file editing, shell, web fetch, plus anything added by extensions or MCP servers. Add desc to see each tool's description, or nodesc for a bare list. It is how you confirm an extension actually registered its tools; a tool restricted by settings or an extension's excludeTools simply will not appear.

// shell

$ /tools
$ /tools desc

// resources