Skip to main content
Glama

list_recent_contracts

Retrieve details of the 100 most recent contracts to manage and track eSignature agreements efficiently within the MCP Server for eSignatures.

Instructions

Returns the the details of the latest 100 contracts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler implementation that calls the eSignatures API to list recent contracts and returns the response.
    if name == "list_recent_contracts": response = await httpxClient.get(f"/api/contracts/recent?token={secret_token}") return [types.TextContent(type="text", text=f"Response code: {response.status_code}, response: {response.json()}")]
  • Tool registration in the list_tools() method, defining name, description, and input schema.
    types.Tool( name="list_recent_contracts", description="Returns the the details of the latest 100 contracts.", inputSchema=INPUT_SCHEMA_LIST_RECENT_CONTRACTS ),
  • Input schema for the list_recent_contracts tool, which requires no parameters.
    INPUT_SCHEMA_LIST_RECENT_CONTRACTS = { "type": "object", "properties": {}, "required": [], }

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/esignaturescom/mcp-server-esignatures'

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