Canonical runtime-backed view of the artifact, independent from metadata governance.
{
"definition": {
"function": {
"description": "Generalizes the OS document generation logic to create a PDF contract/agreement. Use this to instantly draft a Payment Agreement automatically upon negotiation closure.",
"name": "generate_contract_pdf",
"parameters": {
"properties": {
"content": {
"description": "The full text/markdown of the agreement reached and the negotiated items.",
"type": "string"
},
"debtor_id": {
"description": "The ID or Name of the debtor to attach to the filename.",
"type": "string"
}
},
"required": [
"debtor_id",
"content"
],
"type": "object"
}
},
"type": "function"
},
"kind": "tool",
"summary": {
"description": "Generalizes the OS document generation logic to create a PDF contract/agreement. Use this to instantly draft a Payment Agreement automatically upon negotiation closure.",
"id": "generate_contract_pdf",
"kind": "tool",
"path": "Tools/global/misc/generate_contract_pdf.json",
"title": "generate_contract_pdf"
},
"validation_issues": []
}