Skip to main content
Glama
AutomoxCommunity

Automox MCP Server

Get Data Extract

get_data_extract
Read-onlyIdempotent

Retrieve full details and download links for a specific data extract using its ID.

Instructions

Get details and download information for a specific data extract.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
extract_idYes
output_formatNojson

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true. The description adds no contradictions and aligns with these traits, though it does not provide additional behavioral context beyond 'get details and download information.'

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 a single clear sentence, front-loading the key action. It is concise but lacks any structural cues (e.g., bullet points) for additional details, which is acceptable for such a short description.

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

Completeness3/5

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

The tool has an output schema, so the description does not need to detail return values. However, it omits mention of what 'details' include or how download information is presented, slightly undermining completeness for a 2-parameter tool.

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?

The description provides no explanation of the 'extract_id' and 'output_format' parameters. With 0% schema description coverage, the description fails to compensate, leaving the agent to infer meanings solely from the schema names.

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 clearly states 'Get details and download information for a specific data extract,' which is specific about the action and resource. Siblings like 'list_data_extracts' and 'create_data_extract' differentiate this as a singular retrieval tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly indicate when to use this tool versus alternatives like 'list_data_extracts.' It is implied you use it when you have an extract ID, but no guidance on when not to use it or trade-offs with similar tools.

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/AutomoxCommunity/automox-mcp'

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