clipform_log_generation
ActiveTool of io.github.Clipform/mcp-server
declared in 2.2.0
Save an audit trail for a generated form. Records where content came from - the sources and image attributions.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"form_id",
"summary",
"details"
],
"properties": {
"details": {
"type": "object",
"properties": {
"images": {
"type": "array",
"items": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string"
},
"license": {
"type": "string"
},
"attribution": {
"type": "string"
}
},
"additionalProperties": false
},
"description": "Images used with attribution"
},
"sources": {
"type": "array",
"items": {
"type": "object",
"required": [
"title"
],
"properties": {
"url": {
"type": "string"
},
"type": {
"type": "string"
},
"title": {
"type": "string"
}
},
"additionalProperties": false
},
"description": "Knowledge sources used"
}
},
"description": "Content sources and attributions",
"additionalProperties": false
},
"form_id": {
"type": "string",
"format": "uuid",
"description": "The form ID (UUID format, not the share ID)"
},
"summary": {
"type": "string",
"description": "Short description of what was generated"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.Clipform/mcp-server
https://github.com/clipform/mcp-server
1/7 registries