Rollbar · Capability
Rollbar REST API — Items
Rollbar REST API — Items. 5 operations. Lead operation: Create an Item. Self-contained Naftiko capability covering one Rollbar business surface.
What You Can Do
POST
Createitem
— Create an Item
/v1/item
GET
Getitembyid
— Get an Item by ID
/v1/item/{itemid}
PATCH
Updateitem
— Update an Item
/v1/item/{itemid}
GET
Getitembycounter
— Get an Item by Project Counter
/v1/item-by-counter/{counter}
GET
Listallitems
— List All Items
/v1/items
MCP Tools
create-item
Create an Item
get-item-id
Get an Item by ID
read-only
idempotent
update-item
Update an Item
idempotent
get-item-project-counter
Get an Item by Project Counter
read-only
idempotent
list-all-items
List All Items
read-only
idempotent