Back to catalog
Cortexa research tool·chemistry·dna_tools
DNA Find Restriction Sites
Find restriction enzyme recognition sites in a DNA sequence using the NEB enzyme library (24 common enzymes including EcoRI, BamHI, HindIII, NotI, etc.). Returns positions, recognition sequences, and cut counts for each enzyme that has sites. Use for: cloning strategy design, vector linearization planning, molecular biology workflows.
Livelast probed 2026-05-01 01:00Z· 90msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 90ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"enzymes": {
"description": "Optional list of specific enzyme names to check (e.g., ['EcoRI', 'BamHI']). If null, checks all 24 NEB enzymes.",
"items": {
"type": "string"
},
"type": [
"array",
"null"
]
},
"operation": {
"description": "Operation type",
"enum": [
"find_restriction_sites"
],
"type": "string"
},
"sequence": {
"description": "DNA sequence (A, T, G, C, N only). Case insensitive. Spaces and newlines are ignored.",
"type": "string"
}
},
"required": [
"operation",
"sequence"
],
"type": "object"
}Examples (1)
Default DNA Find Restriction Sites call
public-safeinput
{
"operation": "",
"sequence": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DNA_find_restriction_sites
- Tool name
- DNA_find_restriction_sites
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse