Skip to content

Error in Claude regarding tool definition naming syntax #4

@nikhilgr

Description

@nikhilgr

Image

When using the Claude MCP Client, I am getting a tool definition syntax error due to special characters in the tool naming. I believe it could be the forward slash '/' causing this issue

this character is not allowed in tool definition names according to the pattern requirement ^[a-zA-Z0-9_-]{1,64}$. The forward slash is not part of the permitted character set, which only includes:

Lowercase letters (a-z)
Uppercase letters (A-Z)
Numbers (0-9)
Underscore (_)
Hyphen (-)

Thanks for working on this really cool project!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions