drupal · Capability
Drupal REST API — Taxonomy Terms
Drupal REST API — Taxonomy Terms. 4 operations. Lead operation: Create a taxonomy term. Self-contained Naftiko capability covering one Drupal business surface.
What You Can Do
POST
Createtaxonomyterm
— Create a taxonomy term
/v1/taxonomy/term
GET
Gettaxonomyterm
— Get a taxonomy term
/v1/taxonomy/term/{id}
PATCH
Updatetaxonomyterm
— Update a taxonomy term
/v1/taxonomy/term/{id}
DELETE
Deletetaxonomyterm
— Delete a taxonomy term
/v1/taxonomy/term/{id}
MCP Tools
create-taxonomy-term
Create a taxonomy term
get-taxonomy-term
Get a taxonomy term
read-only
idempotent
update-taxonomy-term
Update a taxonomy term
idempotent
delete-taxonomy-term
Delete a taxonomy term
idempotent