Common Tasks
Quick reference of common BlokMCP tasks with ready-to-use conversation examples.
Content Management
Publish Content
Publish story 123456
Publish all stories in the "blog/ready" folder
Schedule story 789 to publish on December 1st at 9 AM EST
Update Content
Update story 123456 to change the title to "New Title Here"
For all blog posts tagged "update-needed", update the author to "John Smith"
Find Content
Show me all unpublished stories in the "news" folder
Find all stories tagged "featured" that were created last month
List all product pages that don't have a featured image
Asset Management
Upload and Organize
I'm uploading 20 product photos. Put them in /products/2024/ folder
and add copyright "© 2024 Company Name"
Find all assets without alt text and help me add descriptive alt text
Clean Up Assets
Find all assets uploaded more than 6 months ago that aren't used
in any published stories
Show me duplicate files (same name in different folders)
Component Management
Create Components
Create a "testimonial" component with fields for:
- author name (text)
- quote (textarea)
- photo (asset)
- role (text)
Update Components
Add a new field "reading_time" (number) to the blog_post component
Show me all stories using the "old_hero" component so I can migrate them
Workflow Management
Move Through Workflow
Move story 123 to "In Review" stage
Show me all stories in "Needs Approval" stage
Request Approval
Request approval from user 456 for story 123
Show me all pending approval requests assigned to me
Translation
Duplicate story 123 to create a Spanish version with slug "ejemplo-espanol"
Translate the title and intro fields of story 456 to French
Bulk Operations
For all stories in /blog/ from last month, add the tag "archive-q4"
Update all product stories to use the new "product_v2" component
Datasources
Create a datasource called "product-categories" with these entries:
- Electronics
- Clothing
- Home & Garden
Add "Technology" as a new entry to the "blog-categories" datasource
Related Resources
Tip: Copy and paste these examples, then modify them to match your specific needs!