Skip to main content
Glama

BoldSign MCP Server

get_document_properties

Retrieve document details including status, metadata, signer information, form fields, and history from your BoldSign organization using the document ID.

Instructions

Retrieve comprehensive details of a document in your BoldSign organization. This API allows authorized users, including senders, signers, team admins, and account admins, to access document properties by specifying the unique document ID. The response includes information such as status, metadata, sender and signer details, form fields, and document history. If an unauthorized user attempts to access the document, an unauthorized response will be returned.

Input Schema

NameRequiredDescriptionDefault
documentIdYesRequired. The unique identifier (ID) of the document to retrieve. This can be obtained from the list documents tool.

Input Schema (JSON Schema)

{ "properties": { "documentId": { "description": "Required. The unique identifier (ID) of the document to retrieve. This can be obtained from the list documents tool.", "type": "string" } }, "required": [ "documentId" ], "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/Synctest-hub/boldsign-mcp'

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