Skip to content
Discussion options

You must be logged in to vote

Hi @clsljt

Thanks for trying MongoDB Lens

I'm not familiar with your Python client (can you provide more details please), but it looks like your client interpreter logic isn't returning correct tool names (its returning camelCase for tool names, but MongoDB Lens tool names are kebab-case)

- listDatabases (incorrect)

should be

+ list-databases (correct)

Referring to the MongoDB Lens docs, a user query is usually interpreted by an LLM to select the correct tool to run against it, and it looks like your client is returning invalid tool names for whatever reason

Cheers

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@clsljt
Comment options

@furey
Comment options

Answer selected by clsljt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants