Skip to main content
Glama
inncode-io

bogamatic-sac-mcp

by inncode-io

get_adjuntos_expediente

Fetches all attachments for an expediente, returning file details like ID, operation ID, name, date, and classification. Use these identifiers with download_adjunto to fetch individual files.

Instructions

Get all attachments for an expediente. Each item returns: idFichero, idOperacion (prefixed E:/O: — pass through as-is to other tools), nombre (file name), fecha (dd/MM/yyyy), tipoOperacion, clasificacion, observaciones. Use idFichero, idOperacion and nombre as inputs for download_adjunto.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idExpedienteYesExpediente ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

While no annotations are present, the description discloses the return structure, including the E:/O: prefix pass-through behavior and the date format, and frames the operation as a read-only 'Get.' It does not explicitly mention auth, pagination, or side effects, but for a simple list operation it provides meaningful behavioral context.

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 logically structured sentences: first states the purpose and return fields, second gives actionable downstream usage. No filler.

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

Completeness5/5

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

With a single parameter, a provided output schema, and a clear description covering purpose, return fields, and interaction with download_adjunto, the description is complete for agent use. The output schema covers return values, so no further detail is needed.

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

Parameters3/5

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

The only parameter, idExpediente, is already fully described in the schema with 'Expediente ID' (100% schema coverage). The description does not add extra meaning about the parameter's format or constraints, so baseline 3 applies.

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 uses the specific verb 'Get' with a clear resource ('all attachments for an expediente') and enumerates the returned fields, distinguishing it from sibling tools like download_adjunto, which is referenced as the follow-up operation.

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?

It explains the context (listing attachments for an expediente) and explicitly instructs to pass idFichero, idOperacion, and nombre to download_adjunto, creating a clear usage workflow. It does not discuss when not to use this tool vs other siblings, but the workflow guidance is sufficient.

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/inncode-io/bogamatic-mcp'

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