Skip to content

Commit c9c5c36

Browse files
Update src/tools/descriptions.ts
Co-authored-by: Demetrio Marino <[email protected]>
1 parent 2c74499 commit c9c5c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/descriptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const toolsDescriptions = {
100100
LIST_CONFIGURATION_REVISIONS: 'List all the available revisions and tags for a project configuration',
101101
CONFIGURATION_TO_SAVE: 'Save the configuration for a project.',
102102
GET_CONFIGURATION: 'Get the actual configuration for a project for a specific revision or tag',
103-
CREATE_COLLECTION: 'Create a new CRUD collection in a project. This tool accepts the collection name and user-defined fields, then automatically generates the complete collection structure including all mandatory fields (_id, creatorId, createdAt, updaterId, updatedAt, __STATE__), indexes, internal endpoints, and tags. If the crud-service does not exist in the project, it should be created first using the create_service_from_marketplace tool.',
103+
CREATE_COLLECTION: `Create a new CRUD collection in a project. This tool accepts the collection name and user-defined fields, then automatically generates the complete collection structure including all mandatory fields (_id, creatorId, createdAt, updaterId, updatedAt, __STATE__), indexes, internal endpoints, and tags. If the crud-service does not exist in the project, it should be created first using the ${toolNames.CREATE_SERVICE_FROM_MARKETPLACE} tool.`,
104104
CREATE_ENDPOINTS: 'Create endpoints in a Mia-Platform Console project. This tool accepts endpoint type (custom or crud), name, and target (service name for custom endpoints or collection name for crud endpoints), then automatically generates the complete endpoint structure with all required fields, routes, and configurations.',
105105
}
106106

0 commit comments

Comments
 (0)