Skip to main content
Glama

mosaic_search_targets

Read-onlyIdempotent

Discover drug targets by gene symbol or keyword. Filter by indication to retrieve targets with associated compounds, patents, and papers.

Instructions

Search the knowledge graph for drug targets by gene symbol or keyword.

Returns matching targets with basic metadata. Optionally filter by therapeutic indication. Use this as the starting point to explore targets.

Returns: JSON list of matching targets with gene_symbol, name, target_class, and counts of related compounds, patents, and papers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safe read-only nature is covered. The description adds that it returns a JSON list with fields (gene_symbol, name, etc.), which is useful but not extensive. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is five sentences long, front-loaded with purpose and returns. It is well-structured and concise, though the return details could be considered slightly redundant with the output schema.

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?

The description covers both input (query, optional filter) and output (list of targets with specific fields). It provides usage guidance. For a simple search tool, it is largely complete, though it lacks notes on error cases or pagination.

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 descriptions for both parameters are present and detailed with examples (EGFR, kinase, oncology). The description restates the parameter purposes but adds no new information. Given high schema coverage, 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 clearly states the verb 'Search', the resource 'knowledge graph for drug targets', and the method 'by gene symbol or keyword'. It also distinguishes itself from sibling tools by positioning it as the starting point for exploring targets.

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 explicitly says 'Use this as the starting point to explore targets', providing clear context for when to use. However, it does not explicitly state when not to use it or mention alternative tools for more specific queries.

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