Skip to content

Commit 81a368c

Browse files
fixed cms tool description
1 parent fef7bcc commit 81a368c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/cms.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export function registerCmsTools(
167167
return response;
168168
}
169169

170-
server.tool("data_cms_tool","Data tool - CMS tool to perform actions like get collection list, get collection details, create collection, create collection static field, create collection option field, create collection reference field, update collection field, create collection item live, update collection items live, list collection items, create collection item, update collection items, publish collection items, delete collection item",{
170+
server.tool("data_cms_tool","Data tool - CMS tool to perform actions like get collection list, get collection details, create collection, create collection fields (static/option/reference), update collection field, list collection items, create collection items, update collection items, publish collection items, and delete collection items",{
171171
actions:z.array(
172172
z.object({
173173
// GET https://api.webflow.com/v2/sites/:site_id/collections

0 commit comments

Comments
 (0)