BioMCP

analyze-active-site

Analyze the active site of a protein structure

Input Schema

NameRequiredDescriptionDefault
pdbIdYesThe PDB ID of the protein structure to analyze (e.g., 6LU7)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pdbId": { "description": "The PDB ID of the protein structure to analyze (e.g., 6LU7)", "type": "string" } }, "required": [ "pdbId" ], "type": "object" }

You must be authenticated.

Other Tools