MB Custom Post Types Abilities
MB Custom Post Types & Custom Taxonomies exposes both its own post-type/taxonomy definitions and the live content of any custom post type or taxonomy built with it as abilities, letting AI list, create, update and delete custom content types plus their individual posts and terms directly.
18
Total
6
Read
12
Write
Requires the MB Custom Post Type plugin on WordPress 6.9+ for the Abilities API — abilities are only registered when the WP_Ability class exists. The two definition-management ability groups (managing the post-type and taxonomy blueprints themselves) require the 'manage_options' capability. The per-content-type abilities are only registered for the specific custom post types and taxonomies you build with MB Custom Post Type, and only for the individual actions (get, get metadata, create, update, delete) you enable for that content type in its Abilities settings; each is additionally gated by the matching native WordPress capability (e.g. read, create_posts, edit_post, delete_post for post types; assign_terms, manage_terms, edit_terms, delete_terms for taxonomies).
Create {Post Type} Item
Writemeta-box/create-post-{post_type}
Create a new content item of a specific custom post type, including its taxonomy terms, custom fields and featured image.
Create {Taxonomy} Term
Writemeta-box/create-term-{taxonomy}
Create a new term in a specific custom taxonomy.
Create Post Type Definition
Writemeta-box/create-post-type
Create a new custom post type definition, which MB Custom Post Type registers as a real WordPress post type.
Create Taxonomy Definition
Writemeta-box/create-taxonomy
Create a new custom taxonomy definition, which MB Custom Post Type registers as a real WordPress taxonomy.
Delete {Post Type} Item
Destructivemeta-box/delete-post-{post_type}
Delete a content item of a specific custom post type, permanently or via trash.
Delete {Taxonomy} Term
Destructivemeta-box/delete-term-{taxonomy}
Permanently delete a term from a specific custom taxonomy.
Delete Post Type Definition
Destructivemeta-box/delete-post-type
Permanently delete or trash a custom post type definition.
Delete Taxonomy Definition
Destructivemeta-box/delete-taxonomy
Permanently delete or trash a custom taxonomy definition.
Get {Post Type} Items
Read-onlymeta-box/get-post-{post_type}
Search and list the content items of a specific custom post type you've built with MB Custom Post Type, or fetch one by ID.
Get {Post Type} Post Type Metadata
Read-onlymeta-box/get-post-type-{post_type}
Retrieve the registered WordPress post type metadata (labels, supports, taxonomies, capabilities) for a specific custom post type.
Get {Taxonomy} Metadata
Read-onlymeta-box/get-taxonomy-{taxonomy}
Retrieve the registered WordPress taxonomy metadata (labels, hierarchical flag, attached post types) for a specific custom taxonomy.
Get {Taxonomy} Terms
Read-onlymeta-box/get-term-{taxonomy}
Search and list the terms of a specific custom taxonomy you've built with MB Custom Post Type, or fetch one by ID.
Get Post Type Definitions
Read-onlymeta-box/get-post-types
List or retrieve the custom post type definitions (blueprints) created with MB Custom Post Type.
Get Taxonomy Definitions
Read-onlymeta-box/get-taxonomies
List or retrieve the custom taxonomy definitions (blueprints) created with MB Custom Post Type.
Update {Post Type} Item
Writemeta-box/update-post-{post_type}
Update an existing content item of a specific custom post type; only the fields you provide are changed.
Update {Taxonomy} Term
Writemeta-box/update-term-{taxonomy}
Update an existing term in a specific custom taxonomy; only the fields you provide are changed.
Update Post Type Definition
Writemeta-box/update-post-type
Update an existing custom post type definition's title, status or settings.
Update Taxonomy Definition
Writemeta-box/update-taxonomy
Update an existing custom taxonomy definition's title, status or settings.
More Content & Tools plugins with abilities
All Content & Tools →Use MB Custom Post Types's abilities with AI
Install Easy MCP AI on your WordPress site and any AI assistant can call these abilities in minutes.