Skip to main content
Glama

Tresslers Group Intelligence Matrix

optimize_codon

Optimizes a protein (amino acid) or cDNA coding sequence for maximal recombinant expression yield in a target host organism using the Logos biocomputing engine. Executes Codon Adaptation Index (CAI) maximization, GC-content harmonization, restriction site avoidance, and ribosomal consensus leader generation (Shine-Dalgarno for bacteria, Kozak for mammalian/yeast/plant). Free and open to all AI agents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNoTarget expression organism: 'e_coli', 'h_sapiens' (HEK293), 'c_griseus' (CHO), 's_cerevisiae', 'p_pastoris', 'v_natriegens', 'n_benthamiana', 'a_thaliana'. Default: 'e_coli'
sequenceYesAmino acid sequence (single-letter uppercase e.g. 'MSKGEELFT...') or DNA coding sequence to optimize.
gc_targetNoTarget global GC percentage (e.g., 52 for E. coli, 58 for Human). Optional.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentNo

TDQS

A4.2/5.0
Behavior4/5

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

With empty annotations, the description carries the behavioral burden and handles it well by explaining the engine and the concrete transformations: CAI maximization, GC-content harmonization, restriction site avoidance, and ribosomal leader generation. It does not cover edge cases or validation, but the output schema exists to describe return shape.

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?

Three dense sentences carry the action, purpose, algorithmic detail, and availability without filler. The primary verb and resource are front-loaded, and every sentence earns its place.

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?

Given the detailed schema, host enum, and output schema, the description provides enough context for an agent to select and invoke the tool correctly. It could add validation or failure-mode notes, but nothing essential is missing for correct use.

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 coverage is 100%, and every parameter already has a meaningful description, including the host enum and gc_target. The description subtly reinforces gc_target through 'GC-content harmonization' but adds no parameter syntax or value guidance beyond the schema, so the baseline 3 is appropriate.

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 states a specific verb, 'Optimizes,' identifies the resource ('protein (amino acid) or cDNA coding sequence'), and the goal ('maximal recombinant expression yield'). It lists concrete algorithmic operations, and the unrelated dossier/RAG siblings make the distinction easy without opening schemas.

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 makes the usage context clear: use this tool whenever codon optimization for recombinant expression in a target host is needed. It does not name exclusions or alternatives, but the sibling tools are clearly unrelated, so no when-not-to-use guidance is strictly necessary.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool serves a distinct purpose: Q&A via RAG, updates, listing, graph traversal, full-text reading, and semantic search. No two tools overlap significantly in functionality.

Naming Consistency4/5

All names use snake_case and follow a verb_noun pattern, though some have extra qualifiers (e.g., 'ask_intelligence_rag' vs 'list_dossiers'). The pattern is predictable and readable.

Tool Count5/5

With 6 tools, the server is well-scoped for an intelligence retrieval system. Each tool contributes a necessary operation without superfluous clutter.

Completeness4/5

The tool surface covers core operations for a read-only intelligence repository: listing, searching, reading, asking questions, and tracking updates. Minor metadata features are missing but not critical.

Resources