Skip to main content
Glama

Scan motif

computase_scan_motif
Read-onlyIdempotent

Scan a nucleotide sequence for an IUPAC motif on forward, reverse, or both strands to locate matching sites. Specify strand, overlapping matches, and maximum results to filter output.

Instructions

Scan an IUPAC motif on the forward, reverse, or both strands.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
motifYesIUPAC nucleotide pattern.
strandNoStrand orientation to scan.forward
sequenceYesRaw nucleotide sequence or one FASTA record; IUPAC codes are accepted. The normalized sequence is limited to 5,000,000 nucleotides.
max_matchesNoMaximum returned sites.
overlappingNoReport overlapping sites.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
motifYesNormalized IUPAC motif.
strandYesRequested strand policy.
matchesYesMotif occurrences in coordinate order.
truncatedYesWhether occurrences were omitted by max_matches.
parametersNoEffective operation parameters, excluding the input sequence.
total_foundYesTotal occurrences before result limiting.
computase_versionNoComputase version used for the computation.0.1.2
coordinate_systemNo0-based-half-open
Behavior3/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior, so the description does not need to restate safety. It adds the strand-orientation behavior but does not disclose details like match truncation, overlapping behavior, or edge cases; these are left to the schema and output 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?

A single, front-loaded sentence with no filler. Every word earns its place, and the core action and scope are presented clearly.

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 output schema, full parameter documentation, and safety annotations, the description is mostly sufficient. The only gap is the lack of explicit guidance about when to choose this tool over siblings, which is a minor omission.

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 the schema fully documents all five parameters. The description mentions motif and strands but adds no semantic value beyond what the parameter descriptions already provide.

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 names a specific action ('Scan'), a specific input type ('IUPAC motif'), and a clear scope ('forward, reverse, or both strands'). This clearly distinguishes it from sibling tools like reverse-complementing, translating, or summarizing sequences.

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

Usage Guidelines3/5

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

Usage is implied: an agent can infer this tool is for finding motif occurrences rather than for sequence transformation or summarization. However, there is no explicit when-to-use/when-not-to-use guidance or named alternatives.

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