Skip to main content
Glama

Hydracept

hydracept_pinned_bulk

POST /v1/inference/pinned/bulk — concurrent pinned items, one logical execution each.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

The description discloses that the operation is a POST and that items are handled concurrently, each counting as one logical execution. However, no annotations are present, and the description does not explain side effects, failure behavior, meaning of 'pinned,' or whether the operation mutates state, leaving the behavioral burden largely unmet.

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 one terse sentence with the endpoint front-loaded and no filler words. It is structurally efficient and easy to scan, though the extreme terseness sacrifices explanatory clarity.

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

Completeness2/5

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

An output schema exists, so return values need not be described, but the input contract is undocumented: the agent is not told how to construct the request body or how 'pinned items' map to the payload. For a bulk execution tool without annotations, this is too incomplete for reliable invocation.

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

Parameters1/5

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

The only parameter is an opaque 'body' accepting any object or null, and schema description coverage is 0%. The description does not state what the body should contain, how to express pinned items, required fields, or any format hints, so it adds no value beyond the raw schema.

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 names the exact endpoint and resource ('POST /v1/inference/pinned/bulk') and adds a behavioral gloss ('concurrent pinned items, one logical execution each'). This makes it recognizable as the bulk variant of pinned operations, though it does not explicitly state a plain action verb or contrast with siblings like hydracept_pinned_run or hydracept_pinned_bulk_get.

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?

There is no explicit guidance on when to use this tool versus the sibling pinned tools. The usage is only implied by the word 'bulk' and 'concurrent'; no alternatives, exclusions, or conditions are provided, so the agent must rely on naming conventions.

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.