addedInput schema / properties / provenance
Added value: +{
+ "description": "Optional provenance metadata for trust boost (up to 15% JTS bonus)",
+ "properties": {
+ "args_hash": {
+ "description": "Hash of input arguments for verification",
+ "type": "string"
+ },
+ "attestation_signature": {
+ "description": "Cryptographic signature attesting to result",
+ "type": "string"
+ },
+ "chain_depth": {
+ "description": "Delegation chain depth (0 = direct, 1+ = delegated)",
+ "type": "integer"
+ },
+ "data_source_label": {
+ "description": "Output type classification - describes what the result IS",
+ "enum": [
+ "analysis",
+ "generation",
+ "transformation",
+ "extraction",
+ "verification",
+ "computation",
+ "action"
+ ],
+ "type": "string"
+ },
+ "execution_duration_ms": {
+ "description": "How long the operation took in milliseconds",
+ "type": "integer"
+ },
+ "server_id": {
+ "description": "MCP server identifier (e.g., \"mcp-github-v1.2.3\")",
+ "type": "string"
+ },
+ "tool_id": {
+ "description": "Tool that produced this result (e.g., \"create_pull_request\")",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}