Skip to content

reduce the number of tools produced by the mcp server #13

@toumorokoshi

Description

@toumorokoshi

Today, there are tools for every single resource and standard method for a resource.

For LLMs with smaller context windows (e.g. claude 3.7), the small window can get overwhelmed by 40+ tools that exist.

To avoid that, we probably need to change the tool structure to focus on fewer tools. One quick idea is to just have one tool per resource, and move the operation (update, delete, create) into the schema. This would reduce the server by M operations per resource, so at least we're O(resources).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions