Skip to main content
Glama
NGS360

NGS360 MCP Server

Official
by NGS360

search_qcrecords_advanced

Search quality control records using advanced filters such as project ID and pipeline metadata. Specify page, results per page, and option to return only the newest record per scope.

Instructions

Search QC records with advanced filtering (POST).

Args: filter_on: Filter dictionary, e.g.: {"project_id": "P-1234", "metadata": {"pipeline": "RNA-Seq"}} page: Page number per_page: Results per page latest: Return only newest record per scope

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
latestNo
per_pageNo
filter_onNo
Behavior3/5

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

Without annotations, the description partially covers behavior: mentions HTTP method (POST) and parameter effects (e.g., 'latest' returns newest record). But it omits crucial details like pagination limits, response structure, and whether the tool is purely read-only (no destructive hints).

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 reasonably concise, with a clear one-line summary followed by an Args section. The example is helpful but slightly verbose; still efficient overall.

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

Completeness3/5

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

Covers all input parameters adequately, but lacks output description, error handling, or usage context. Does not differentiate from sibling 'search_qcrecords', which is a notable gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema coverage, the description fully compensates by explaining all 4 parameters, including a concrete example for 'filter_on'. This provides meaning beyond the raw schema definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Search') and resource ('QC records') with advanced filtering. However, it does not distinguish from the sibling tool 'search_qcrecords', leaving ambiguity about what 'advanced' adds.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus the simpler 'search_qcrecords' or other search tools. Lacks context on prerequisites or typical use cases.

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/NGS360/mcp-server'

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