Skip to main content
Glama

updateGroup

Modify metadata for existing Pinata groups to update names or network settings using the group's unique ID.

Instructions

Update metadata for an existing group on Pinata

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNoWhether the group is in public or private IPFSpublic
idYesThe unique ID of the group to update
nameNoNew name for the group

Implementation Reference

  • Input schema for updateGroup tool - defines network, id, and optional name parameters using zod validation
    {
      network: z
        .enum(["public", "private"])
        .default("public")
        .describe("Whether the group is in public or private IPFS"),
      id: z.string().describe("The unique ID of the group to update"),
      name: z.string().optional().describe("New name for the group"),
    },

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PinataCloud/pinata-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server