Skip to main content
Glama

Pionra

Get a community

get_community
Read-onlyIdempotent

Get a Pionra community hub plus recent posts for a given country code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLocale for returned URLs and text: fr, en, zh, ar, pt or es. Optional — detected from the query when omitted.
limitNo
country_codeYesTwo-letter ISO country code, for example CN or MA.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

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 read-only nature is covered. The description adds that it returns a community hub plus recent posts, but it does not add further behavioral context such as response shape, pagination behavior, or how the limit parameter applies. This is adequate but not rich.

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 a single, focused sentence that states the tool's purpose without filler. It is front-loaded with the core action and resource, making it easy to scan. No word is wasted.

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?

For a simple read-only lookup with one required parameter and annotations covering side effects, the description is mostly sufficient. However, with no output schema, it only vaguely indicates what is returned ('hub plus recent posts') and does not clarify response format or how limit interacts with the posts. This leaves some ambiguity for an agent selecting the tool.

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?

Schema description coverage is 67%; country_code and lang have descriptions, while limit does not. The description does not explain parameter semantics beyond mentioning country code, and it leaves the meaning of limit ambiguous. It adds little value over the existing schema, though the schema already covers most parameters.

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 uses a specific verb and resource: 'Get a Pionra community hub plus recent posts for a given country code.' This clearly identifies the tool's function and distinguishes it from siblings like list_communities by focusing on a single country-specific hub with recent posts. It does not explicitly contrast it with get_guide or list_communities, but the purpose is otherwise unambiguous.

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 phrase 'for a given country code' implies the tool is appropriate when the caller has a specific country code and wants a community hub plus posts. However, it provides no explicit when-not-to-use guidance or references to sibling tools such as list_communities or search_pionra. Usage context is implied rather than clearly stated.

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.

Resources