Skip to content

Commit 0192f61

Browse files
Matching tool description with description of API
1 parent 5be970c commit 0192f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/mongodb/read/collectionSearchIndexes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const ListSearchIndexesArgs = {
1515

1616
export class CollectionSearchIndexesTool extends MongoDBToolBase {
1717
protected name = "collection-search-indexes";
18-
protected description = "List one or all search indexes on a collection";
18+
protected description = "Describe the search indexes for a collection";
1919
protected argsShape = {
2020
...DbOperationArgs,
2121
...ListSearchIndexesArgs,

0 commit comments

Comments
 (0)