| Tool | Mode | Operations |
|---|---|---|
pulsar_admin_package_read |
read | list, get |
pulsar_admin_package_write |
write | download, update, delete, upload |
Claude connector safety: Actual MCP tools are split into pulsar_admin_package_read and pulsar_admin_package_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.
Supported package schemes include function://, source://, and sink://.
Read package metadata, versions, and package lists.
- package
- list: List versions of a package
packageName(string, required): Package name
- get: Get package metadata
packageName(string, required): Package name
- list: List versions of a package
- packages
- list: List packages of a type in a namespace
type(string, required): Package type:function,source, orsinknamespace(string, required): Namespace name
- list: List packages of a type in a namespace
Manage package metadata and package contents.
- package
- download: Download package contents to local storage
packageName(string, required): Package namepath(string, required): Local destination path
- update: Update package metadata
packageName(string, required): Package namedescription(string, required): Package descriptioncontact(string, optional): Contact informationproperties(object, optional): Additional properties
- delete: Delete a package
packageName(string, required): Package name
- upload: Upload package contents from local storage
packageName(string, required): Package namepath(string, required): Local source pathdescription(string, required): Package descriptioncontact(string, optional): Contact informationproperties(object, optional): Additional properties
- download: Download package contents to local storage