Skip to main content
Glama

boldsign

Official

get_team

Retrieve team details, including name, users, and creation/modification dates, by specifying the unique team ID in BoldSign organization. Access team-specific properties for effective management.

Instructions

Retrieve detailed information about an existing team in your BoldSign organization. This API provides access to team-specific properties, such as team name, users, created date, and modified date, by specifying the unique team ID.

Input Schema

NameRequiredDescriptionDefault
teamIdYesRequired. The unique identifier (ID) of the team to retrieve. This can be obtained from the list teams tool.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "teamId": { "description": "Required. The unique identifier (ID) of the team to retrieve. This can be obtained from the list teams tool.", "type": "string" } }, "required": [ "teamId" ], "type": "object" }
Install Server

Other Tools from boldsign

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/boldsign/boldsign-mcp'

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