find_homologs_synth
Searches for homologous sequences using BLAST and adds UniProt annotations to each result, delivering ranked homologs with comprehensive records.
Instructions
Synthesis: one-call equivalent of the find_homologs prompt. Runs BLAST then resolves UniProt-shaped subject accessions via the batch UniProt helper. Returns ranked hits each annotated with their UniProt record (or null if subject_id is not a UniProt accession).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequence | Yes | Query sequence (protein or nucleotide) | |
| program | No | blastp | |
| top_n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Synthesis tool name, e.g. analyze_locus_synth | |
| input | Yes | Echoed input arguments | |
| started_at | Yes | ISO 8601 UTC timestamp | |
| elapsed_s | Yes | Total orchestrator wall time | |
| steps | Yes | Per-backend execution rows | |
| result | No | Composed cross-source result; None if root step failed |