Skip to main content
Glama

mosaic_find_similar_targets

Read-onlyIdempotent

Find structurally similar protein targets to a query gene using Foldseek TM-score over the AlphaFold PDB corpus. Discovers paralogs and fold analogs for scaffold-hopping and drug repurposing.

Instructions

Structurally similar targets to a given gene, ranked by Foldseek TM-score over the AlphaFold PDB corpus.

Returns the top-k neighbours (default 10) with neighbour metadata (name, target_class, druggability_tier) and the structural-similarity metrics (tm_score normalised over query length, alntmscore over alignment length, evalue, lddt, rmsd). Use for paralog / fold-analog discovery, scaffold-hopping target ideation, and cross-family chemistry repurposing.

Source table is populated by scripts/build_foldseek_index.py. When the index hasn't been built yet, returns an empty result with a populate-hint rather than failing — degrades cleanly on fresh DBs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. Description adds that it returns metadata and metrics, ranks by TM-score, and returns empty results with a populate-hint on fresh DBs, providing behavioral details beyond annotations.

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 two focused paragraphs with no unnecessary words. It front-loads the core function and output, then provides use cases and degradation behavior efficiently.

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

Completeness5/5

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

Given the complexity of structural similarity search and the existence of an output schema, the description covers return values (metadata, metrics), edge cases (fresh DB empty results), and intended uses, making it complete for selection and invocation.

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?

Despite 0% schema description coverage, the description explains 'k' (default 10) and implies 'gene' is the input. It adds meaning beyond the schema's property descriptions, but does not fully detail parameter formats (e.g., regular expression for gene).

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 clearly states it finds 'structurally similar targets to a given gene' using Foldseek TM-score. It distinguishes itself from sibling tools like mosaic_search_targets (text search) by focusing on structural similarity.

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?

Provides explicit use cases (paralog discovery, scaffold hopping, cross-family repurposing) and mentions graceful degradation on fresh DBs. Does not explicitly exclude non-structural searches, but context implies when to use.

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/sourabhnk/mosaic-mcp'

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