Skip to main content
Glama

co_get_document

Read-onlyIdempotent

Retrieve the current Capture One document's detailed settings, including session or catalog type, file paths, naming formats, counters, active collection, recipe, and processing queue depth.

Instructions

Detailed settings for the current document: kind (session or catalog), paths, session folders, naming/token formats, counters, current collection and recipe, and processing queue depth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds a scoping qualifier ('current document') and lists the returned settings, but it does not disclose additional behavioral traits such as error behavior, freshness guarantees, or potential side effects. No contradiction with annotations.

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?

One concise sentence with a clear lead phrase and a colon-delimited list of contents. Every phrase contributes meaning, and there is no redundant or filler text.

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?

With no output schema, the description carries the burden of describing the return payload. It enumerates the major setting groups, which is adequate for a zero-parameter read-only tool. Some details, such as the exact types or formats of paths and counters, remain implicit, but nothing essential for invoking the tool is missing.

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?

The input schema has zero parameters, so parameter semantics are trivially covered; the description needs no additional parameter explanation. The listed settings describe the return payload, which is appropriate given the absence of an output 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 clearly identifies the tool as returning detailed settings for the current document and enumerates what those settings include, such as kind, paths, folders, formats, counters, and queue depth. This distinguishes it from list-oriented siblings like co_list_documents, though it does not explicitly contrast itself with any sibling.

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 alternatives such as co_status or co_list_documents. The description states what the tool returns but not when it should be preferred, nor does it mention exclusions or prerequisites. The only implicit signal is the phrase 'current document'.

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