List MCP Server Tools
sf_list_mcp_toolsLists all tools registered in an MCP server project by parsing its src/index.ts. Use to audit existing tools before adding new ones.
Instructions
Lists all tools currently registered in a given MCP server project by reading and parsing its src/index.ts file. Returns the tool names in the order they are registered. Use to audit what tools exist before adding new ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectDirectory | Yes | Absolute path to the MCP server project directory |