Skip to main content
Glama

fetch_entry_flatfile

Retrieve UniProt flatfile data in txt or fasta format for specific protein entry versions to access detailed protein information and sequences.

Instructions

Return the UniProt flatfile (txt or fasta) for a specific entry version.

Input Schema

NameRequiredDescriptionDefault
accessionYes
versionYes
formatNotxt

Input Schema (JSON Schema)

{ "properties": { "accession": { "title": "Accession", "type": "string" }, "format": { "default": "txt", "title": "Format", "type": "string" }, "version": { "title": "Version", "type": "string" } }, "required": [ "accession", "version" ], "type": "object" }

Latest Blog Posts

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/josefdc/Uniprot-MCP'

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