5 ms·
One thing I don’t cover in the blog post is ensuring your MCP tool calls are well documented. (If it’s an existing MCP you can do this with a README or instruct
by jhurliman 9mo ago
One thing I don’t cover in the blog post is ensuring your MCP tool calls are well documented. (If it’s an existing MCP you can do this with a README or instructions file.) I saw a jump in efficiency when I manually edited the docstrings with examples of when each tool would be used, how to call it, and better argument descriptions.
- kwcto 9mo agoWould be forever grateful for a repo to learn from, even if its rough.
- jhurliman 9mo agohttps://github.com/jhurliman/ableton-mcp/pull/1 https://github.com/jhurliman/ableton-mcp/pull/1
- jphorism 9mo agoThat's cool! Have you thought about some docstring augmentation loop -- either by having the agent log the tool uses or by auto querying (e.g. perplexity API) for example use cases in the wild?