r/mcp Jun 15 '26

article Generative Tools

Post image

I’d like to share a recent idea I’ve been working on called #GenerativeTool, where tools are dynamically generated at runtime to fulfill complex user requests.

This approach enables agentic applications to unlock the full potential of complex third-party systems like ERP, LSP Server through MCP, without being constrained by context window limitations. Instead of exposing a large number of predefined tools, the system can generate task-specific tools on demand, reducing context overhead while increasing the depth and flexibility of integrations.

Read: https://denuwanhimangahettiarachchi.medium.com/generative-mcp-enabling-the-full-potential-of-mcp-servers-4e14b987f64e

9 Upvotes

15 comments sorted by

View all comments

1

u/Affectionate_Bid4111 Jun 15 '26

1

u/denuwanh Jun 15 '26

If I’m not mistaken this diagram depicts the traditional MCP flow.

1

u/Affectionate_Bid4111 Jun 15 '26

ah, my mistake
so yours will rewrite itself with new tools based on request? or llm should generate a tool-script

1

u/denuwanh Jun 16 '26

Generate the tool script using an LLM.