DevRev MCP Server

get_object

Get all information about a DevRev object using its ID

Input Schema

NameRequiredDescriptionDefault
idYes

Input Schema (JSON Schema)

{ "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools