Loading...
create_contractGenerates a contract for review or sending.
Creates new contracts, potentially with sensitive data.
query_contractRetrieves information about a specific contract.
Read-only operation.
withdraw_contractCancels an unsigned contract.
Modifies contract status.
delete_contractRemoves a draft or test contract.
Destructive operation.
list_recent_contractsLists recently created contracts.
Read-only operation.
create_templateCreates a new contract template.
Creates a new template that could be used for malicious purposes.
update_templateModifies an existing contract template.
Modifies existing templates, potentially introducing errors or malicious content.
query_templateRetrieves content and information about a template.
Read-only operation.
delete_templateRemoves a contract template.
Destructive operation.
list_templatesLists available contract templates.
Read-only operation.
add_template_collaboratorInvites a user to edit a template.
Grants editing rights to a template.
remove_template_collaboratorRevokes editing rights for a template collaborator.
Removes editing rights, potentially disrupting workflows.
list_template_collaboratorsLists users who can edit a template.
Read-only operation.
This server allows for both creation and deletion of contracts and templates, making it moderately risky. It's safe to use for drafting and sending contracts with proper access control. Risky operations include deleting contracts and managing templates without careful consideration.