Skip to main content
Glama
altegio

Altegio Marketplace MCP

Official
by altegio

marketplace_get_catalog_metadata

Read-onlyIdempotent

Retrieve current Marketplace categories, channels, functionalities, and country dictionary for application/account country IDs.

Instructions

Get current Marketplace categories, channels, functionalities, and the general country dictionary used by application/account country IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is fully covered by structured data. The description contributes the content of the payload (categories, channels, functionalities, country dictionary), but adds nothing on permissions, caching/staleness, or rate limits despite being an openWorldHint tool.

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?

A single front-loaded sentence that names the resource first and then enumerates the returned data. No filler, no repetition of the tool name, and every clause carries information.

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 and no parameters, the description carries the burden of describing what is returned, and it does so by listing the four data families. It stops short of describing the shape of those structures (e.g. whether country IDs are ISO codes), which would fully close the gap.

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 tool takes zero parameters, which is the baseline-4 case per the rubric. The description correctly implies a parameterless call and adds no misleading parameter information.

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 pairs a specific verb ("Get") with a named resource ("Marketplace catalog metadata") and enumerates the references returned: categories, channels, functionalities, and a country dictionary. It is clearly distinguishable from the sibling tools, which all operate on applications, developers, offers, or payments rather than static catalog/reference data, though it does not explicitly name a sibling.

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?

Usage is only implied: an agent can infer this is the tool for fetching reference/catalog lists, but there is no explicit statement of when to call it (e.g. before mapping country IDs) and no when-not guidance or named alternatives. Since no sibling competes for this data, the omission is minor but still a gap.

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