Skip to main content
Glama

Enumerate candidate ORFs

computase_enumerate_orfs
Read-onlyIdempotent

Scan a nucleotide sequence to enumerate bounded candidate open reading frames across all six reading frames, applying configurable start/stop codon rules and genetic-code tables.

Instructions

Enumerate bounded candidate ORFs across all six reading frames.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sequenceYesRaw nucleotide sequence or one FASTA record; IUPAC codes are accepted. The normalized sequence is limited to 5,000,000 nucleotides.
table_idNoNCBI genetic-code table identifier.
max_resultsNoMaximum returned candidates.
require_stopNoRequire an in-frame terminal stop codon.
start_codonsNoAllowed start-codon policy.table-starts
min_length_ntNoMinimum nucleotide span including stop.
include_nestedNoReport starts nested before the same stop.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoScientific interpretation boundary.These are candidate ORFs, not gene predictions.
orfsYesCandidate ORFs in deterministic coordinate order.
truncatedYesWhether candidates were omitted by max_results.
parametersNoEffective operation parameters, excluding the input sequence.
total_foundYesTotal candidates found before result limiting.
computase_versionNoComputase version used for the computation.0.1.2
coordinate_systemNo0-based-half-open
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the safety profile is covered. The description adds useful behavioral context by specifying that ORFs are 'bounded' and that enumeration covers 'all six reading frames,' going beyond what annotations alone convey.

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?

The description is a single, efficient sentence that leads with the action and resource, then adds the critical six-frame scope. There is zero redundant wording and every word contributes to understanding the tool's purpose.

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

Completeness4/5

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

The tool has a rich input schema with full parameter documentation and an output schema, so the one-sentence description is sufficient for selection and basic invocation. It does not explain the exact meaning of 'bounded,' but the schema's require_stop, max_results, and min_length_nt parameters clarify that concept.

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

Parameters3/5

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

Schema description coverage is 100%, so each of the 7 parameters is already well documented with types, defaults, and constraints. The description adds no parameter-specific meaning, but it does not need to because the schema carries that burden.

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?

The description uses a specific verb ('Enumerate') and a specific resource ('bounded candidate ORFs'), and adds the important scope detail 'across all six reading frames.' This clearly distinguishes the tool from siblings like translate_sequence or scan_motif, which perform different biological analyses.

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

Usage Guidelines4/5

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

The description gives clear operational context: if the task is to enumerate candidate ORFs in all six reading frames, this is the tool to use. It does not explicitly list exclusions or alternatives, but the sibling names are distinct enough that an agent can infer when this tool is appropriate.

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

Install Server

Other Tools

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/madhusudan-kulkarni/computase'

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