Skip to main content
Glama
signnow
by signnow

Create embedded signing invite

create_embedded_invite
Destructive

Create embedded signing invites for documents or templates. Automatically generates a document from a template before creating the invite with customized recipient orders.

Instructions

Create embedded invite for signing a document, document group, template, or template group. For templates and template groups, automatically creates a document/group first, then creates the embedded invite. The entity's state may have changed in the SignNow editor since you last looked — re-read the current state first and build this request from the current roles/fields, not from earlier in the conversation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional name for the new document or document group (used only when entity_type is template or template_group)
ordersYesList of orders with recipients (or a JSON string of the same).
entity_idYesID of the document, document group, template, or template group
entity_typeNoType of entity: 'document', 'document_group', 'template', or 'template_group' (optional). Auto-detected if not provided.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
invite_entityYesType of invite entity: 'document' or 'document_group'
recipient_linksYesArray of objects with role, invite id (for document invite) and link for recipients with delivery_type='link'
created_entity_idNoID of the entity created from template (None when entity was document/document_group)
created_entity_nameNoName of the entity created from template (None when entity was document/document_group)
created_entity_typeNoType of created entity: 'document' or 'document_group' (None when entity was document/document_group)
document_group_invite_idNoID of the created document group embedded invite; populated only when invite_entity is 'document_group', otherwise None

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv2.7.0
    • changedInput schema / properties / orders / anyOf
      Previous value: -[
      -  {
      -    "items": {
      -      "description": "Order information for embedded invite.",
      -      "properties": {
      -        "order": {
      -          "description": "Order number for this step",
      -          "type": "integer"
      -        },
      -        "recipients": {
      -          "description": "List of recipients for this order",
      -          "items": {
      -            "description": "Recipient information for embedded invite.",
      -            "properties": {
      -              "action": {
      -                "default": "sign",
      -                "description": "Allowed action with a document. Possible values: 'view', 'sign', 'approve'",
      -                "type": "string"
      -              },
      -              "auth_method": {
      -                "default": "none",
      -                "description": "Authentication method in integrated app: 'password', 'email', 'mfa', 'biometric', 'social', 'other', 'none'",
      -                "type": "string"
      -              },
      -              "close_redirect_uri": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "description": "Link that opens when clicking 'Close' button"
      -              },
      -              "decline_redirect_uri": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "description": "URL that opens after decline"
      -              },
      -              "delivery_type": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": "link",
      -                "description": "Invite delivery method: 'email' or 'link', use 'link' if you wand to get a link to sign. If you want to send an email, use 'email'"
      -              },
      -              "email": {
      -                "description": "Recipient's email address",
      -                "type": "string"
      -              },
      -              "first_name": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "description": "Recipient's first name"
      -              },
      -              "last_name": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "description": "Recipient's last name"
      -              },
      -              "message": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "description": "Invite email message (max 5000 chars)"
      -              },
      -              "redirect_target": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": "self",
      -                "description": "Redirect target: 'blank' for new tab, 'self' for same tab"
      -              },
      -              "redirect_uri": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "description": "Link that opens after completion"
      -              },
      -              "role": {
      -                "description": "Recipient's role name in the document",
      -                "type": "string"
      -              },
      -              "subject": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "description": "Invite email subject (max 1000 chars)"
      -              }
      -            },
      -            "required": [
      -              "email",
      -              "role"
      -            ],
      -            "type": "object"
      -          },
      -          "type": "array"
      -        }
      -      },
      -      "required": [
      -        "order",
      -        "recipients"
      -      ],
      -      "type": "object"
      -    },
      -    "type": "array"
      -  },
      -  {
      -    "type": "string"
      -  }
      -]New value: +[
      +  {
      +    "items": {
      +      "description": "Order information for embedded invite.",
      +      "properties": {
      +        "order": {
      +          "description": "Order number for this step",
      +          "type": "integer"
      +        },
      +        "recipients": {
      +          "description": "List of recipients for this order",
      +          "items": {
      +            "description": "Recipient information for embedded invite.",
      +            "properties": {
      +              "action": {
      +                "default": "sign",
      +                "description": "Allowed action with a document. Possible values: 'view', 'sign', 'approve'",
      +                "enum": [
      +                  "view",
      +                  "sign",
      +                  "approve"
      +                ],
      +                "type": "string"
      +              },
      +              "auth_method": {
      +                "default": "none",
      +                "description": "Authentication method in integrated app",
      +                "enum": [
      +                  "password",
      +                  "email",
      +                  "mfa",
      +                  "biometric",
      +                  "social",
      +                  "other",
      +                  "none"
      +                ],
      +                "type": "string"
      +              },
      +              "close_redirect_uri": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ],
      +                "default": null,
      +                "description": "Link that opens when clicking 'Close' button"
      +              },
      +              "decline_redirect_uri": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ],
      +                "default": null,
      +                "description": "URL that opens after decline"
      +              },
      +              "delivery_type": {
      +                "anyOf": [
      +                  {
      +                    "enum": [
      +                      "email",
      +                      "link"
      +                    ],
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ],
      +                "default": "link",
      +                "description": "Invite delivery method: use 'link' if you want to get a link to sign, use 'email' to send an email"
      +              },
      +              "email": {
      +                "description": "Recipient's email address",
      +                "type": "string"
      +              },
      +              "first_name": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ],
      +                "default": null,
      +                "description": "Recipient's first name"
      +              },
      +              "last_name": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ],
      +                "default": null,
      +                "description": "Recipient's last name"
      +              },
      +              "message": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ],
      +                "default": null,
      +                "description": "Invite email message (max 5000 chars)"
      +              },
      +              "redirect_target": {
      +                "anyOf": [
      +                  {
      +                    "enum": [
      +                      "blank",
      +                      "self"
      +                    ],
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ],
      +                "default": "self",
      +                "description": "Redirect target: 'blank' for new tab, 'self' for same tab"
      +              },
      +              "redirect_uri": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ],
      +                "default": null,
      +                "description": "Link that opens after completion"
      +              },
      +              "role": {
      +                "description": "Recipient's role name in the document",
      +                "type": "string"
      +              },
      +              "subject": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ],
      +                "default": null,
      +                "description": "Invite email subject (max 1000 chars)"
      +              }
      +            },
      +            "required": [
      +              "email",
      +              "role"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "order",
      +        "recipients"
      +      ],
      +      "type": "object"
      +    },
      +    "type": "array"
      +  },
      +  {
      +    "type": "string"
      +  }
      +]
  2. Addedv2.4.0
  3. Removedv2.2.3
  4. Changed21 schema fields changedv2.2.1
    • removedInput schema / $defs
      Removed value: -{
      -  "EmbeddedInviteOrder": {
      -    "description": "Order information for embedded invite.",
      -    "properties": {
      -      "order": {
      -        "description": "Order number for this step",
      -        "type": "integer"
      -      },
      -      "recipients": {
      -        "description": "List of recipients for this order",
      -        "items": {
      -          "$ref": "#/$defs/EmbeddedInviteRecipient"
      -        },
      -        "type": "array"
      -      }
      -    },
      -    "required": [
      -      "order",
      -      "recipients"
      -    ],
      -    "type": "object"
      -  },
      -  "EmbeddedInviteRecipient": {
      -    "description": "Recipient information for embedded invite.",
      -    "properties": {
      -      "action": {
      -        "default": "sign",
      -        "description": "Allowed action with a document. Possible values: 'view', 'sign', 'approve'",
      -        "type": "string"
      -      },
      -      "auth_method": {
      -        "default": "none",
      -        "description": "Authentication method in integrated app: 'password', 'email', 'mfa', 'biometric', 'social', 'other', 'none'",
      -        "type": "string"
      -      },
      -      "close_redirect_uri": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Link that opens when clicking 'Close' button"
      -      },
      -      "decline_redirect_uri": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "URL that opens after decline"
      -      },
      -      "delivery_type": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": "link",
      -        "description": "Invite delivery method: 'email' or 'link', use 'link' if you wand to get a link to sign. If you want to send an email, use 'email'"
      -      },
      -      "email": {
      -        "description": "Recipient's email address",
      -        "type": "string"
      -      },
      -      "first_name": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Recipient's first name"
      -      },
      -      "last_name": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Recipient's last name"
      -      },
      -      "message": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Invite email message (max 5000 chars)"
      -      },
      -      "redirect_target": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": "self",
      -        "description": "Redirect target: 'blank' for new tab, 'self' for same tab"
      -      },
      -      "redirect_uri": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Link that opens after completion"
      -      },
      -      "role": {
      -        "description": "Recipient's role name in the document",
      -        "type": "string"
      -      },
      -      "subject": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Invite email subject (max 1000 chars)"
      -      }
      -    },
      -    "required": [
      -      "email",
      -      "role"
      -    ],
      -    "type": "object"
      -  }
      -}
    • addedInput schema / additionalProperties
      Added value: +false
    • changedInput schema / properties / entity_id / description
      Previous value: -"ID of the document or document group"New value: +"ID of the document, document group, template, or template group"
    • changedInput schema / properties / entity_type / anyOf
      Previous value: -[
      -  {
      -    "enum": [
      -      "document",
      -      "document_group"
      -    ],
      -    "type": "string"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "enum": [
      +      "document",
      +      "document_group",
      +      "template",
      +      "template_group"
      +    ],
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • changedInput schema / properties / entity_type / description
      Previous value: -"Type of entity: 'document' or 'document_group' (optional). If you're passing it, make sure you know what type you have. If it's not found, try using a different type."New value: +"Type of entity: 'document', 'document_group', 'template', or 'template_group' (optional). Auto-detected if not provided."
    • addedInput schema / properties / name
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Optional name for the new document or document group (used only when entity_type is template or template_group)"
      +}
    • removedInput schema / properties / orders / anyOf
      Removed value: -[
      -  {
      -    "items": {
      -      "$ref": "#/$defs/EmbeddedInviteOrder"
      -    },
      -    "type": "array"
      -  },
      -  {
      -    "type": "string"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]
    • removedInput schema / properties / orders / default
      Removed value: -null
    • changedInput schema / properties / orders / description
      Previous value: -"List of orders with recipients (can be a list or JSON string)"New value: +"List of orders with recipients."
    • changedInput schema / properties / orders / examples
      Previous value: -[
      -  [
      -    {
      -      "order": 1,
      -      "recipients": [
      -        {
      -          "action": "sign",
      -          "auth_method": "none",
      -          "email": "user@example.com",
      -          "role": "Signer 1"
      -        }
      -      ]
      -    }
      -  ],
      -  "[{\"order\": 1, \"recipients\": [{\"email\": \"user@example.com\", \"role\": \"Signer 1\", \"action\": \"sign\", \"auth_method\": \"none\"}]}]"
      -]New value: +[
      +  [
      +    {
      +      "order": 1,
      +      "recipients": [
      +        {
      +          "action": "sign",
      +          "auth_method": "none",
      +          "email": "user@example.com",
      +          "role": "Signer 1"
      +        }
      +      ]
      +    }
      +  ]
      +]
    • addedInput schema / properties / orders / items
      Added value: +{
      +  "description": "Order information for embedded invite.",
      +  "properties": {
      +    "order": {
      +      "description": "Order number for this step",
      +      "type": "integer"
      +    },
      +    "recipients": {
      +      "description": "List of recipients for this order",
      +      "items": {
      +        "description": "Recipient information for embedded invite.",
      +        "properties": {
      +          "action": {
      +            "default": "sign",
      +            "description": "Allowed action with a document. Possible values: 'view', 'sign', 'approve'",
      +            "type": "string"
      +          },
      +          "auth_method": {
      +            "default": "none",
      +            "description": "Authentication method in integrated app: 'password', 'email', 'mfa', 'biometric', 'social', 'other', 'none'",
      +            "type": "string"
      +          },
      +          "close_redirect_uri": {
      +            "anyOf": [
      +              {
      +                "type": "string"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "default": null,
      +            "description": "Link that opens when clicking 'Close' button"
      +          },
      +          "decline_redirect_uri": {
      +            "anyOf": [
      +              {
      +                "type": "string"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "default": null,
      +            "description": "URL that opens after decline"
      +          },
      +          "delivery_type": {
      +            "anyOf": [
      +              {
      +                "type": "string"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "default": "link",
      +            "description": "Invite delivery method: 'email' or 'link', use 'link' if you wand to get a link to sign. If you want to send an email, use 'email'"
      +          },
      +          "email": {
      +            "description": "Recipient's email address",
      +            "type": "string"
      +          },
      +          "first_name": {
      +            "anyOf": [
      +              {
      +                "type": "string"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "default": null,
      +            "description": "Recipient's first name"
      +          },
      +          "last_name": {
      +            "anyOf": [
      +              {
      +                "type": "string"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "default": null,
      +            "description": "Recipient's last name"
      +          },
      +          "message": {
      +            "anyOf": [
      +              {
      +                "type": "string"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "default": null,
      +            "description": "Invite email message (max 5000 chars)"
      +          },
      +          "redirect_target": {
      +            "anyOf": [
      +              {
      +                "type": "string"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "default": "self",
      +            "description": "Redirect target: 'blank' for new tab, 'self' for same tab"
      +          },
      +          "redirect_uri": {
      +            "anyOf": [
      +              {
      +                "type": "string"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "default": null,
      +            "description": "Link that opens after completion"
      +          },
      +          "role": {
      +            "description": "Recipient's role name in the document",
      +            "type": "string"
      +          },
      +          "subject": {
      +            "anyOf": [
      +              {
      +                "type": "string"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "default": null,
      +            "description": "Invite email subject (max 1000 chars)"
      +          }
      +        },
      +        "required": [
      +          "email",
      +          "role"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    }
      +  },
      +  "required": [
      +    "order",
      +    "recipients"
      +  ],
      +  "type": "object"
      +}
    • addedInput schema / properties / orders / type
      Added value: +"array"
    • changedInput schema / required
      Previous value: -[
      -  "entity_id"
      -]New value: +[
      +  "entity_id",
      +  "orders"
      +]
    • changedOutput schema / description
      Previous value: -"Response model for creating embedded invite."New value: +"Response model for creating embedded invite.\n\nWhen the invite is created for a template-originated entity, the created_entity_*\nfields are populated. For direct document/document_group calls they are None."
    • addedOutput schema / properties / created_entity_id
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "ID of the entity created from template (None when entity was document/document_group)"
      +}
    • addedOutput schema / properties / created_entity_name
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Name of the entity created from template (None when entity was document/document_group)"
      +}
    • addedOutput schema / properties / created_entity_type
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Type of created entity: 'document' or 'document_group' (None when entity was document/document_group)"
      +}
    • addedOutput schema / properties / document_group_invite_id
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "ID of the created document group embedded invite; populated only when invite_entity is 'document_group', otherwise None"
      +}
    • removedOutput schema / properties / invite_id
      Removed value: -{
      -  "description": "ID of the created embedded invite",
      -  "type": "string"
      -}
    • changedOutput schema / properties / recipient_links / description
      Previous value: -"Array of objects with role and link for recipients with delivery_type='link'"New value: +"Array of objects with role, invite id (for document invite) and link for recipients with delivery_type='link'"
    • changedOutput schema / required
      Previous value: -[
      -  "invite_id",
      -  "invite_entity",
      -  "recipient_links"
      -]New value: +[
      +  "invite_entity",
      +  "recipient_links"
      +]
  5. Changed11 schema fields changedv1.0.0
    • addedInput schema / $defs
      Added value: +{
      +  "EmbeddedInviteOrder": {
      +    "description": "Order information for embedded invite.",
      +    "properties": {
      +      "order": {
      +        "description": "Order number for this step",
      +        "type": "integer"
      +      },
      +      "recipients": {
      +        "description": "List of recipients for this order",
      +        "items": {
      +          "$ref": "#/$defs/EmbeddedInviteRecipient"
      +        },
      +        "type": "array"
      +      }
      +    },
      +    "required": [
      +      "order",
      +      "recipients"
      +    ],
      +    "type": "object"
      +  },
      +  "EmbeddedInviteRecipient": {
      +    "description": "Recipient information for embedded invite.",
      +    "properties": {
      +      "action": {
      +        "default": "sign",
      +        "description": "Allowed action with a document. Possible values: 'view', 'sign', 'approve'",
      +        "type": "string"
      +      },
      +      "auth_method": {
      +        "default": "none",
      +        "description": "Authentication method in integrated app: 'password', 'email', 'mfa', 'biometric', 'social', 'other', 'none'",
      +        "type": "string"
      +      },
      +      "close_redirect_uri": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Link that opens when clicking 'Close' button"
      +      },
      +      "decline_redirect_uri": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "URL that opens after decline"
      +      },
      +      "delivery_type": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": "link",
      +        "description": "Invite delivery method: 'email' or 'link', use 'link' if you wand to get a link to sign. If you want to send an email, use 'email'"
      +      },
      +      "email": {
      +        "description": "Recipient's email address",
      +        "type": "string"
      +      },
      +      "first_name": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Recipient's first name"
      +      },
      +      "last_name": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Recipient's last name"
      +      },
      +      "message": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Invite email message (max 5000 chars)"
      +      },
      +      "redirect_target": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": "self",
      +        "description": "Redirect target: 'blank' for new tab, 'self' for same tab"
      +      },
      +      "redirect_uri": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Link that opens after completion"
      +      },
      +      "role": {
      +        "description": "Recipient's role name in the document",
      +        "type": "string"
      +      },
      +      "subject": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Invite email subject (max 1000 chars)"
      +      }
      +    },
      +    "required": [
      +      "email",
      +      "role"
      +    ],
      +    "type": "object"
      +  }
      +}
    • removedInput schema / properties / entity_id / title
      Removed value: -"Entity Id"
    • removedInput schema / properties / entity_type / title
      Removed value: -"Entity Type"
    • changedInput schema / properties / orders / anyOf
      Previous value: -[
      -  {
      -    "items": {
      -      "$ref": "#/$defs/EmbeddedInviteOrder"
      -    },
      -    "type": "array"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "items": {
      +      "$ref": "#/$defs/EmbeddedInviteOrder"
      +    },
      +    "type": "array"
      +  },
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • changedInput schema / properties / orders / description
      Previous value: -"List of orders with recipients"New value: +"List of orders with recipients (can be a list or JSON string)"
    • addedInput schema / properties / orders / examples
      Added value: +[
      +  [
      +    {
      +      "order": 1,
      +      "recipients": [
      +        {
      +          "action": "sign",
      +          "auth_method": "none",
      +          "email": "user@example.com",
      +          "role": "Signer 1"
      +        }
      +      ]
      +    }
      +  ],
      +  "[{\"order\": 1, \"recipients\": [{\"email\": \"user@example.com\", \"role\": \"Signer 1\", \"action\": \"sign\", \"auth_method\": \"none\"}]}]"
      +]
    • removedInput schema / properties / orders / title
      Removed value: -"Orders"
    • removedOutput schema / properties / invite_entity / title
      Removed value: -"Invite Entity"
    • removedOutput schema / properties / invite_id / title
      Removed value: -"Invite Id"
    • removedOutput schema / properties / recipient_links / title
      Removed value: -"Recipient Links"
    • removedOutput schema / title
      Removed value: -"CreateEmbeddedInviteResponse"
  6. First observed

TDQS

A4.6/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds significant context beyond annotations: it discloses that for templates and template groups, it automatically creates a document/group first. The warning about stale state is also valuable. Annotations already indicate destructive and non-idempotent behavior, and the description aligns perfectly without contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no unnecessary words. It front-loads the core purpose and follows with a critical caution. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (4 parameters, multiple entity types, output schema exists), the description covers the essential behaviors and adds a state-reading warning. It does not explain error conditions or the output format, but the output schema presumably handles that. Slightly incomplete for a full picture, but adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining that the 'name' parameter is only used when entity_type is template or template_group, and that 'entity_type' is auto-detected if not provided. This clarifies parameter usage beyond the schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool creates an embedded invite for signing, and specifies the supported entity types (document, document group, template, template group). It distinguishes from siblings by mentioning the auto-creation behavior for templates, which is unique to this tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a crucial guideline: re-read the current state before building the request to avoid using stale roles/fields. However, it does not explicitly state when not to use this tool or directly compare with siblings like create_embedded_invite_from_template.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

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/signnow/sn-mcp-server'

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