Oracle Database · Capability
Oracle Database Oracle SODA (Simple Oracle Document Access) REST API — Documents
Oracle Database Oracle SODA (Simple Oracle Document Access) REST API — Documents. 7 operations. Lead operation: Oracle Database Get documents from a collection. Self-contained Naftiko capability covering one Oracle Database business surface.
What You Can Do
GET
Getcollection
— Oracle Database Get documents from a collection
/v1/{collection}
POST
Insertdocument
— Oracle Database Insert a new document
/v1/{collection}
PUT
Putdocumentnokey
— Oracle Database Insert or replace document (no key in URL)
/v1/{collection}
GET
Getdocument
— Oracle Database Get a document by key
/v1/{collection}/{key}
PUT
Putdocument
— Oracle Database Replace or insert a document by key
/v1/{collection}/{key}
PATCH
Patchdocument
— Oracle Database Patch a document using JSON Patch
/v1/{collection}/{key}
DELETE
Deletedocument
— Oracle Database Delete a document by key
/v1/{collection}/{key}
MCP Tools
oracle-database-get-documents-collection
Oracle Database Get documents from a collection
read-only
idempotent
oracle-database-insert-new-document
Oracle Database Insert a new document
oracle-database-insert-replace-document
Oracle Database Insert or replace document (no key in URL)
idempotent
oracle-database-get-document-key
Oracle Database Get a document by key
read-only
idempotent
oracle-database-replace-insert-document
Oracle Database Replace or insert a document by key
idempotent
oracle-database-patch-document-using
Oracle Database Patch a document using JSON Patch
idempotent
oracle-database-delete-document-key
Oracle Database Delete a document by key
idempotent