Skip to main content
Glama

boldsign

Official

get_user

Retrieve detailed user information in BoldSign by specifying the user's unique ID. Useful for managing user data and permissions efficiently.

Instructions

Retrieves detailed information for a specific BoldSign user based on their unique user ID.

Input Schema

NameRequiredDescriptionDefault
userIdYesRequired. The unique identifier (ID) of the user to retrieve. This can be obtained from the list users tool.

Input Schema (JSON Schema)

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

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