Skip to main content
Glama

aidelly_get_bulk_fill_job

Read-onlyIdempotent

GET /calendar/bulk-fill/{jobId}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobIdYes
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNoWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.3/5.0
Behavior2/5

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

The description contributes no behavioral context beyond the annotations. With readOnlyHint=true, idempotentHint=true, and destructiveHint=false, the safety profile is covered, but the description does not disclose any additional traits such as response format, error behavior, or rate limits. It essentially relies entirely on annotations and the GET method.

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

Conciseness2/5

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

The description is extremely brief (one line) but is under-specified. While it is concise, it lacks the explanatory content necessary to be useful. It reads more like a technical endpoint reference than a tool description, and does not earn its place as a standalone description.

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?

Given there is no output schema, the description has a responsibility to explain what the tool returns or how the result is structured. It fails to do so. It also does not clarify the concept of a bulk fill job or any relationship to other bulk operations, leaving the agent with only the endpoint path to infer functionality.

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

Parameters2/5

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

Schema description coverage is only 50%, and the description does not compensate. It repeats the path parameter jobId in the URL but does not explain what this ID represents or how to obtain it. Parameters like brand_id and workspace_id are either undocumented (brand_id) or only described in the schema (workspace_id), with no additional guidance from the description.

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

Purpose3/5

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

The description states the HTTP method (GET) and resource path (/calendar/bulk-fill/{jobId}), making it clear this is a retrieval operation for a bulk fill job. However, it lacks a human-readable explanation of what a bulk fill job is and does not explicitly differentiate from sibling tools like create_bulk_fill_job beyond the resource name.

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 usage guidance is provided. The description does not mention when to use this tool versus alternatives, such as create_bulk_fill_job or get_repurpose_job, nor does it provide any context on prerequisites or typical workflows.

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.