You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update scenarios documentation and add CSV acronym
- Standardize "Document Type" and "Data Type" capitalization in scenarios
- Simplify example prompts by removing unnecessary details
- Remove duplicate template inheritance scenario
- Add CSV to acronyms list for style checking
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: 16/umbraco-cms/reference/developer-mcp/scenarios.md
+9-15Lines changed: 9 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Each scenario includes example prompts that demonstrate how to accomplish real-w
32
32
33
33
- Generate landing pages from templates with dynamic content
34
34
35
-
**Example Prompt:** "Read cities.csv (containing population data from ONS) and create city landing pages using the City Landing Page document type for each UK city"
35
+
**Example Prompt:** "Read cities.csv and create city landing pages using the City Landing Page Document Type for each UK city"
@@ -140,7 +140,7 @@ Each scenario includes example prompts that demonstrate how to accomplish real-w
140
140
141
141
- Audit and optimize media file sizes
142
142
143
-
**Example Prompt:** "Find all images in the Team Photos folder over 1MB and create a report showing their dimensions, file sizes, and which pages use them"
143
+
**Example Prompt:** "Find all images in the Team Photos folder and create a report showing their dimensions, file sizes, and which pages use them"
144
144
145
145
**Required Tool Collections:**`media`
146
146
@@ -186,7 +186,7 @@ Each scenario includes example prompts that demonstrate how to accomplish real-w
186
186
7.**Document Type Management**
187
187
- Create document types from JSON schemas
188
188
189
-
**Example Prompt:** "Create a new FAQ Page document type with a title, rich text intro, and repeatable FAQ items block list"
189
+
**Example Prompt:** "Create a new FAQ Page Document Type with a title, rich text intro, and repeatable FAQ items block list"
190
190
191
191
**Required Tool Collections:**`document-type`
192
192
@@ -209,21 +209,21 @@ Each scenario includes example prompts that demonstrate how to accomplish real-w
209
209
**Required Tool Collections:**`document-type`
210
210
211
211
8.**Data Type Administration**
212
-
- Create custom data types with specific property editors
212
+
- Create custom Data Types with specific property editors
213
213
214
-
**Example Prompt:** "Create a color picker data type limited to our brand colors: #FF0000, #00FF00, #0000FF"
214
+
**Example Prompt:** "Create a color picker Data Type limited to our brand colors: #FF0000, #00FF00, #0000FF"
215
215
216
216
**Required Tool Collections:**`data-type`
217
217
218
-
- Update data type configurations globally
218
+
- Update Data Type configurations globally
219
219
220
-
**Example Prompt:** "Update the Rich Text Editor data type to enable the source code button"
220
+
**Example Prompt:** "Update the Rich Text Editor Data Type to enable the source code button"
221
221
222
222
**Required Tool Collections:**`data-type`
223
223
224
-
- Find and manage data type references
224
+
- Find and manage Data Type references
225
225
226
-
**Example Prompt:** "Show me all document types using the 'Legacy Rich Text' data type"
226
+
**Example Prompt:** "Show me all document types using the 'Legacy Rich Text' Data Type"
0 commit comments