Skip to main content
Glama

Compoid_get_collection_records

Get the records that belong to a specific Compoid collection. collection_id is the numeric ID from Compoid_search_collections; an optional query is AND-ed on top of the collection's own scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
collection_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It does disclose one important behavior: the optional query is AND-ed on top of the collection's own scope. However, it does not mention auth requirements, rate limits, pagination, or whether results are read-only; some of this is mitigated by the 'get' verb and the existence of an output schema.

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?

Two sentences carry all the essential information with no filler. The tool's purpose is stated first, immediately followed by the key parameter relationships, making the description easy to parse and act on.

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?

For a simple collection-scoped read operation with only three parameters and an output schema present, the description is close to complete. It explains the required parameter and query semantics. It stops short of describing pagination or response behavior, but the output schema and schema defaults cover much of the remaining context.

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

Parameters4/5

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

With 0% schema description coverage, the description adds meaningful semantics to collection_id by identifying it as the numeric ID from Compoid_search_collections, and it explains query's behavior as an AND-ed filter. Limit is not elaborated, but its default value and integer type in the schema provide enough baseline understanding.

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 begins with a specific verb and resource: 'Get the records that belong to a specific Compoid collection.' It also clarifies scope by distinguishing collection-scoped records from a general search, and the mention that query is AND-ed on the collection's own scope further sets it apart from sibling tools like search_records.

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 gives clear usage context: use this when you already know the collection_id, and it tells the agent exactly where that ID comes from (Compoid_search_collections). It explains how the optional query composes with the collection scope, though it does not explicitly state when not to use it or name alternatives in exclusion terms.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.