Skip to main content
Glama

PDB MCP Server

get_structure_info

Retrieve detailed information about a specific protein structure by providing its PDB ID. Choose from multiple output formats including JSON, PDB, mmCIF, or XML.

Instructions

Get detailed information for a specific PDB structure

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (default: json)
pdb_idYesPDB ID (4-character code, e.g., 1ABC)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Output format (default: json)", "enum": [ "json", "pdb", "mmcif", "xml" ], "type": "string" }, "pdb_id": { "description": "PDB ID (4-character code, e.g., 1ABC)", "type": "string" } }, "required": [ "pdb_id" ], "type": "object" }
Install Server

Other Tools from PDB MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Augmented-Nature/PDB-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server