Skip to main content
Glama

SignNow MCP Server

Official

list_document_groups

Retrieve document groups with basic information for organizing and managing e-signature documents using pagination controls.

Instructions

Get simplified list of document groups with basic information

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of document groups to return (default: 50, max: 50)
offsetNoNumber of document groups to skip for pagination (default: 0)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Maximum number of document groups to return (default: 50, max: 50)", "maximum": 50, "minimum": 1, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "description": "Number of document groups to skip for pagination (default: 0)", "minimum": 0, "title": "Offset", "type": "integer" } }, "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/mihasicehcek/sn-mcp-server'

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