Skip to main content
Glama

Ensembl MCP Server

get_cds_sequence

Retrieve the coding sequence (CDS) for a specific transcript using its Ensembl ID, with options to output in JSON or FASTA format.

Instructions

Get coding sequence (CDS) for a transcript

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (default: fasta)
speciesNoSpecies name (default: homo_sapiens)
transcript_idYesEnsembl transcript ID

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Output format (default: fasta)", "enum": [ "json", "fasta" ], "type": "string" }, "species": { "description": "Species name (default: homo_sapiens)", "type": "string" }, "transcript_id": { "description": "Ensembl transcript ID", "type": "string" } }, "required": [ "transcript_id" ], "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/Ensembl-MCP-Server'

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