Skip to main content
Glama

Al Jazeera 360

get_country_content_map

Read-only
Map all content by Related Country from typedTags.
Useful for geo-targeted SEO, international content strategy, and country-specific landing pages.

Args:
    country: Filter by specific country name in Arabic (e.g. فلسطين, تركيا, فرنسا) — leave empty for all countries
    max_items: Items per section to scan (default: 20)
    page: Page number for returned countries (default: 1)
    page_size: Number of countries per page (default: 10)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
countryNo
max_itemsNo
page_sizeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, and the description aligns with that by describing a mapping/scanning operation. It adds some behavioral context by saying content is scanned from typedTags and that max_items controls items per section, but it does not disclose details like pagination behavior or output shape beyond what the output schema likely provides.

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?

The description is compact and front-loaded: a one-sentence purpose, a one-sentence use-case context, and a bulleted Args list. Every sentence adds value and there is 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 four optional parameters, a read-only annotation, and an output schema present, the description covers all necessary invocation details: parameter meanings, defaults, filtering behavior, and intended use cases. Nothing essential is missing for an agent to call the tool correctly.

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

Parameters5/5

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

Schema description coverage is 0%, so the description carries the full burden for parameters. It explains all four parameters with defaults, semantics, and even examples for country names in Arabic, including the empty-country behavior. This fully compensates for the schema's lack of descriptions.

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 states the tool maps all content by Related Country from typedTags, which is a specific verb, resource, and scope. It is distinguishable from siblings like get_series_seo_map and get_searchable_tags_map by its country-focused grouping, though it does not explicitly name a sibling to differentiate itself.

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?

The description gives concrete use cases: geo-targeted SEO, international content strategy, and country-specific landing pages. It does not mention when not to use the tool or name alternatives, but the context is clear enough for an agent to select it appropriately.

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.