Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STRAPI_URL | Yes | Your Strapi instance URL (e.g., https://cms.example.com) | |
| STRAPI_ADMIN_EMAIL | Yes | Admin email for authentication | |
| STRAPI_ADMIN_PASSWORD | Yes | Admin password for authentication |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| strapi_create_blog_post | Create a new blog post in Strapi CMS with markdown content |
| strapi_list_blog_posts | List all blog posts with advanced filtering, sorting, and pagination |
| strapi_get_blog_post | Get a specific blog post by document ID |
| strapi_update_blog_post | Update an existing blog post |
| strapi_publish_blog_post | Publish or unpublish a blog post |
| strapi_list_authors | List all authors |
| strapi_list_categories | List all categories |
| strapi_list_tags | List all tags |
| strapi_create_tutorial | Create a new tutorial with step-by-step content in markdown |
| strapi_list_tutorials | List all tutorials with filtering and pagination |
| strapi_get_tutorial | Get a specific tutorial by document ID |
| strapi_update_tutorial | Update an existing tutorial |
| strapi_publish_tutorial | Publish or unpublish a tutorial |
| strapi_create_event | Create a new event (webinar, workshop, meetup, conference) |
| strapi_list_events | List all events with filtering and pagination |
| strapi_get_event | Get a specific event by document ID |
| strapi_update_event | Update an existing event |
| strapi_publish_event | Publish or unpublish an event |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |