Skip to main content
Glama

list_export_formats

Identify supported export formats with per-format variant-type and ploidy compatibility, so you can choose a suitable format for genotype export and avoid silent data loss or rejection.

Instructions

List the export formats this Gigwa build supports, with per-format compatibility info.

Queried live from the server's export-handler registry rather than a hardcoded list, so it reflects exactly what this build/instance offers. For each format shows the variant types it accepts and the ploidy levels it supports — check this before picking a format for export_genotypes: several formats (e.g. EIGENSTRAT, FASTA, NEXUS, PHYLIP, PCA, ASD, JUKES-CANTOR) are SNP-only and/or diploid-only, silently dropping INDEL/MIXED sites or rejecting other-ploidy runs rather than erroring.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv1.9.1

TDQS

A4.9/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden and does so well. It discloses that results are queried live from the server's export-handler registry, not hardcoded, and warns about silent dropping of variants or ploidy handling. This is genuinely useful behavioral context beyond the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loaded purpose, then behavior, then usage guidance. The format-name examples are not fluff; they substantiate the compatibility warning. Every sentence earns its place without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter list tool with an output schema, the description is complete. It covers what the tool does, how it fetches data, what compatibility details it returns, and why it matters for the related export operation. Nothing an agent needs to invoke it correctly is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so parameter semantics are not applicable. The baseline for zero-parameter tools is 4, and the description adds no unnecessary parameter detail while remaining consistent with the empty input schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb+resource ('List the export formats this Gigwa build supports') and explicitly notes per-format compatibility info. It clearly distinguishes itself from export_genotypes by being a pre-export lookup rather than an export operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit guidance: 'check this before picking a format for export_genotypes'. It also explains the practical consequence of choosing incompatible formats, making the use case and timing unambiguous. No alternative list tool exists among siblings, so no exclusion is needed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/gkanogiannis/Gigwa-MCP'

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