Skip to main content
Glama

AlphaFold MCP Server

batch_confidence_analysis

Evaluate confidence scores for up to 30 proteins using UniProt accessions to assess structural prediction reliability with AlphaFold MCP Server.

Instructions

Analyze confidence scores for multiple proteins

Input Schema

NameRequiredDescriptionDefault
uniprotIdsYesArray of UniProt accessions (max 30)

Input Schema (JSON Schema)

{ "properties": { "uniprotIds": { "description": "Array of UniProt accessions (max 30)", "items": { "type": "string" }, "maxItems": 30, "minItems": 1, "type": "array" } }, "required": [ "uniprotIds" ], "type": "object" }

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/AlphaFold-MCP-Server'

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