| Tool | Mode | Operations |
|---|---|---|
pulsar_admin_schema_read |
read | get |
pulsar_admin_schema_write |
write | upload, delete |
Claude connector safety: Actual MCP tools are split into pulsar_admin_schema_read and pulsar_admin_schema_write. The read tool is read-only and only exposes read operations/parameters. The write tool is destructive and is not registered in read-only mode.
Read schema information for a topic.
- schema
- get: Get topic schema
topic(string, required): Fully qualified topic nameversion(number, optional): Schema version
- get: Get topic schema
Upload or delete topic schemas.
- schema
- upload: Upload a schema for a topic
topic(string, required): Fully qualified topic namefilename(string, required): Path to the schema definition file
- delete: Delete a topic schema
topic(string, required): Fully qualified topic name
- upload: Upload a schema for a topic