Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

create_tag

Create custom tags to organize and categorize leads within your Multilead account. Assign tags to specific user accounts for better lead management and segmentation.

Instructions

Create a new tag for a specific seat (account)

Args: user_id: The ID of the user account_id: The ID of the account (seat) tag_name: Name of the tag to create

Returns: Created tag information including tag ID

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
tag_nameYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "tag_name": { "type": "string" }, "user_id": { "type": "string" } }, "required": [ "user_id", "account_id", "tag_name" ], "type": "object" }

Other Tools from Multilead Open API MCP Server

Related Tools

    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/vanman2024/multilead-mcp'

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