File size: 12,591 Bytes
6205b94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
[
  {
    "name": "design_binder",
    "description": "Design protein binders for a target protein. Runs RFdiffusion -> ProteinMPNN -> ESMFold pipeline.",
    "parameters": {
      "type": "object",
      "properties": {
        "target_pdb": {
          "type": "string",
          "description": "Path to target protein PDB file"
        },
        "hotspot_residues": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Target residues for binder interface, e.g. ['A45', 'A46']"
        },
        "num_designs": {
          "type": "integer",
          "description": "Number of designs to generate (default: 10)",
          "default": 10
        },
        "binder_length": {
          "type": "integer",
          "description": "Binder length in residues (default: 80)",
          "default": 80
        }
      },
      "required": [
        "target_pdb",
        "hotspot_residues"
      ]
    }
  },
  {
    "name": "analyze_interface",
    "description": "Analyze protein-protein interface: buried surface area, H-bonds, salt bridges, hydrophobic contacts.",
    "parameters": {
      "type": "object",
      "properties": {
        "complex_pdb": {
          "type": "string",
          "description": "Path to complex PDB file"
        },
        "chain_a": {
          "type": "string",
          "description": "Chain ID of first protein"
        },
        "chain_b": {
          "type": "string",
          "description": "Chain ID of second protein"
        }
      },
      "required": [
        "complex_pdb",
        "chain_a",
        "chain_b"
      ]
    }
  },
  {
    "name": "validate_design",
    "description": "Validate a designed sequence by predicting its structure (ESMFold/AlphaFold2) and computing pLDDT, pTM.",
    "parameters": {
      "type": "object",
      "properties": {
        "sequence": {
          "type": "string",
          "description": "Amino acid sequence to validate"
        },
        "expected_structure": {
          "type": "string",
          "description": "Optional PDB path for RMSD comparison"
        },
        "predictor": {
          "type": "string",
          "enum": [
            "esmfold",
            "alphafold2"
          ],
          "default": "esmfold",
          "description": "Structure predictor to use"
        }
      },
      "required": [
        "sequence"
      ]
    }
  },
  {
    "name": "optimize_sequence",
    "description": "Optimize binder sequence for improved stability and/or binding affinity.",
    "parameters": {
      "type": "object",
      "properties": {
        "current_sequence": {
          "type": "string",
          "description": "Starting amino acid sequence"
        },
        "target_pdb": {
          "type": "string",
          "description": "Path to target protein PDB"
        },
        "optimization_target": {
          "type": "string",
          "enum": [
            "stability",
            "affinity",
            "both"
          ],
          "default": "both"
        },
        "fixed_positions": {
          "type": "array",
          "items": {
            "type": "integer"
          },
          "description": "Positions to keep fixed (1-indexed)"
        }
      },
      "required": [
        "current_sequence",
        "target_pdb"
      ]
    }
  },
  {
    "name": "suggest_hotspots",
    "description": "Analyze target protein and suggest binding hotspots using structure, conservation, and literature.",
    "parameters": {
      "type": "object",
      "properties": {
        "target": {
          "type": "string",
          "description": "Protein name, UniProt ID, PDB ID, or local PDB path"
        },
        "chain_id": {
          "type": "string",
          "description": "Chain to analyze (default: first)"
        },
        "criteria": {
          "type": "string",
          "enum": [
            "druggable",
            "exposed",
            "conserved"
          ],
          "default": "exposed"
        },
        "include_literature": {
          "type": "boolean",
          "default": false,
          "description": "Search PubMed for known binders"
        }
      },
      "required": [
        "target"
      ]
    }
  },
  {
    "name": "get_design_status",
    "description": "Check status of running design jobs.",
    "parameters": {
      "type": "object",
      "properties": {
        "job_id": {
          "type": "string",
          "description": "Job ID from design_binder call"
        }
      },
      "required": [
        "job_id"
      ]
    }
  },
  {
    "name": "predict_complex",
    "description": "Predict protein complex structure using AlphaFold2-Multimer.",
    "parameters": {
      "type": "object",
      "properties": {
        "sequences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of sequences, one per chain"
        },
        "chain_names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional chain identifiers"
        }
      },
      "required": [
        "sequences"
      ]
    }
  },
  {
    "name": "predict_structure",
    "description": "Predict the 3D structure of a single protein chain using ESMFold or AlphaFold2. Returns predicted PDB, pLDDT, and pTM scores.",
    "parameters": {
      "type": "object",
      "properties": {
        "sequence": {
          "type": "string",
          "description": "Amino acid sequence to predict structure for"
        },
        "predictor": {
          "type": "string",
          "enum": [
            "esmfold",
            "alphafold2"
          ],
          "default": "esmfold",
          "description": "Structure predictor to use"
        }
      },
      "required": [
        "sequence"
      ]
    }
  },
  {
    "name": "score_stability",
    "description": "Score protein stability using ESM2 pseudo-log-likelihood. Optionally compute per-mutation effects (delta log-likelihood).",
    "parameters": {
      "type": "object",
      "properties": {
        "sequence": {
          "type": "string",
          "description": "Amino acid sequence to score"
        },
        "mutations": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional mutations in 'X42Y' format for delta scoring"
        },
        "reference_sequence": {
          "type": "string",
          "description": "Optional wild-type sequence for mutation scoring"
        }
      },
      "required": [
        "sequence"
      ]
    }
  },
  {
    "name": "energy_minimize",
    "description": "Energy-minimize a protein structure using OpenMM with AMBER14 force field. Returns minimized PDB, energy change, and RMSD from initial structure.",
    "parameters": {
      "type": "object",
      "properties": {
        "pdb_path": {
          "type": "string",
          "description": "Path to input PDB file"
        },
        "force_field": {
          "type": "string",
          "default": "amber14-all.xml",
          "description": "OpenMM force field XML"
        },
        "num_steps": {
          "type": "integer",
          "default": 500,
          "description": "Maximum minimization iterations"
        },
        "solvent": {
          "type": "string",
          "enum": [
            "implicit",
            "none"
          ],
          "default": "implicit",
          "description": "Solvent model: implicit (GBn2) or none (vacuum)"
        }
      },
      "required": [
        "pdb_path"
      ]
    }
  },
  {
    "name": "generate_backbone",
    "description": "Generate de novo protein backbones using RFdiffusion unconditional generation. No target protein required.",
    "parameters": {
      "type": "object",
      "properties": {
        "length": {
          "type": "integer",
          "description": "Backbone length in residues"
        },
        "num_designs": {
          "type": "integer",
          "default": 10,
          "description": "Number of designs to generate"
        }
      },
      "required": [
        "length"
      ]
    }
  },
  {
    "name": "rosetta_score",
    "description": "Score a protein structure using Rosetta energy function (ref2015). Returns total score, per-residue energies, and energy breakdown.",
    "parameters": {
      "type": "object",
      "properties": {
        "pdb_path": {
          "type": "string",
          "description": "Path to input PDB file"
        },
        "score_function": {
          "type": "string",
          "default": "ref2015",
          "description": "Rosetta score function name"
        }
      },
      "required": [
        "pdb_path"
      ]
    }
  },
  {
    "name": "rosetta_relax",
    "description": "Relax a protein structure using Rosetta FastRelax. Returns relaxed PDB, energy change, and CA-RMSD.",
    "parameters": {
      "type": "object",
      "properties": {
        "pdb_path": {
          "type": "string",
          "description": "Path to input PDB file"
        },
        "nstruct": {
          "type": "integer",
          "default": 1,
          "description": "Number of relaxation trajectories"
        },
        "score_function": {
          "type": "string",
          "default": "ref2015",
          "description": "Rosetta score function name"
        }
      },
      "required": [
        "pdb_path"
      ]
    }
  },
  {
    "name": "rosetta_interface_score",
    "description": "Compute interface energy metrics for a protein complex using Rosetta. Returns dG_separated, dSASA, interface hbonds, and packing stats.",
    "parameters": {
      "type": "object",
      "properties": {
        "pdb_path": {
          "type": "string",
          "description": "Path to complex PDB file"
        },
        "chains": {
          "type": "string",
          "default": "A_B",
          "description": "Chain grouping, e.g. 'A_B' or 'AB_C'"
        },
        "score_function": {
          "type": "string",
          "default": "ref2015",
          "description": "Rosetta score function name"
        }
      },
      "required": [
        "pdb_path"
      ]
    }
  },
  {
    "name": "rosetta_design",
    "description": "Fixed-backbone sequence design using Rosetta PackRotamers + MinMover. Composite convenience tool (hidden in benchmark mode).",
    "parameters": {
      "type": "object",
      "properties": {
        "pdb_path": {
          "type": "string",
          "description": "Path to input PDB file"
        },
        "chains": {
          "type": "string",
          "default": "A_B",
          "description": "Chain grouping for interface detection"
        },
        "fixed_positions": {
          "type": "array",
          "items": {
            "type": "integer"
          },
          "description": "1-indexed positions to keep fixed"
        },
        "score_function": {
          "type": "string",
          "default": "ref2015",
          "description": "Rosetta score function name"
        }
      },
      "required": [
        "pdb_path"
      ]
    }
  },
  {
    "name": "predict_structure_boltz",
    "description": "Predict protein structure using Boltz (fast alternative to AF2/ESMFold). Returns predicted PDB, pLDDT, and pTM scores.",
    "parameters": {
      "type": "object",
      "properties": {
        "sequence": {
          "type": "string",
          "description": "Amino acid sequence to predict structure for"
        },
        "model": {
          "type": "string",
          "default": "boltz2",
          "description": "Model name (default: boltz2)"
        },
        "num_samples": {
          "type": "integer",
          "default": 1,
          "description": "Number of structure samples"
        }
      },
      "required": [
        "sequence"
      ]
    }
  },
  {
    "name": "predict_affinity_boltz",
    "description": "Predict binding affinity for a protein complex using Boltz. Returns affinity score, predicted structure, and confidence metrics.",
    "parameters": {
      "type": "object",
      "properties": {
        "sequences": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of amino acid sequences, one per chain"
        },
        "model": {
          "type": "string",
          "default": "boltz2",
          "description": "Model name (default: boltz2)"
        }
      },
      "required": [
        "sequences"
      ]
    }
  }
]