query_sign_flow
Retrieve detailed information about a specific signing process by providing the sign flow ID using the MCP-based electronic signing tool.
Instructions
Query sign flow details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
flowId | Yes | Sign flow ID |
Input Schema (JSON Schema)
{
"properties": {
"flowId": {
"description": "Sign flow ID",
"type": "string"
}
},
"required": [
"flowId"
],
"type": "object"
}