We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be970c commit 0192f61Copy full SHA for 0192f61
src/tools/mongodb/read/collectionSearchIndexes.ts
@@ -15,7 +15,7 @@ export const ListSearchIndexesArgs = {
15
16
export class CollectionSearchIndexesTool extends MongoDBToolBase {
17
protected name = "collection-search-indexes";
18
- protected description = "List one or all search indexes on a collection";
+ protected description = "Describe the search indexes for a collection";
19
protected argsShape = {
20
...DbOperationArgs,
21
...ListSearchIndexesArgs,
0 commit comments