Skip to main content
Glama

Projects By Country

projects_by_country
Read-onlyIdempotent

List a country's World Bank projects (newest board-approval first) filtered by status. Returns the compact project shape with financing, sectors, and dates. Keyless.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax projects to return (default 15, max 30).
statusNoStatus filter (default "Active"): "Active", "Closed", "Pipeline", or "Dropped".
country_codeYesISO-2 country code, e.g. "KE" (Kenya), "BR" (Brazil), "NG" (Nigeria).

TDQS

A4/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds valuable behavioral context beyond annotations: keyless access, return shape ('compact project shape with financing, sectors, and dates'), and sort order ('newest board-approval first'). It omits pagination or error details, but the added context is sufficient for a safe read operation.

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 two concise, front-loaded sentences with no redundant words. It efficiently conveys the verb, resource, key options, and return shape.

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?

For a simple list tool with no output schema, the description adequately explains return shape, ordering, authentication (keyless), and filtering. It lacks explicit pagination behavior, but the schema documents default and max limits, and the tool's simplicity makes this omission acceptable.

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 covers all parameters with full descriptions, defaults, and examples (100% coverage). The description adds only minimal parameter-related context, such as 'filtered by status', which is already inferable. Therefore, a baseline score of 3 is appropriate.

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 a specific action ('List') and a precise resource ('a country's World Bank projects') with ordering and filtering context ('newest board-approval first', 'filtered by status'). It stands apart from broader tools like search_projects by emphasizing country-scoped listing.

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 implies usage when you need projects for a specific country, but it does not explicitly mention when to use this tool versus alternatives like search_projects or get_project. No when-not guidance or alternative names are provided, so the guidance remains implicit rather than explicit.

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.

TDQS

B3.4/5.0
Disambiguation3/5

Tools are generally distinguishable by name and description, but there are several similar query/verification tools (ask_pipeworx, ask_pipeworx_grounded, deep_research, validate_claim) and multiple meta-tools (discover_tools, suggest_questions), causing some ambiguity for agents.

Naming Consistency2/5

Naming conventions are inconsistent: some tools use verb_noun (search_projects, validate_claim), others are noun_preposition_noun (projects_by_country), single verbs (remember, forget), or compound phrases (generate_llms_txt). No clear pattern.

Tool Count1/5

33 tools is excessive for a server named 'Worldbank Projects', as only 3-4 tools directly relate to Worldbank data. The rest are generic Pipeworx utilities and unrelated domains, making the tool count inappropriate for the server's stated purpose.

Completeness1/5

For the domain of Worldbank Projects, only basic lookup and search tools are provided (search_projects, get_project, projects_by_country). Missing essential CRUD operations, filtering by sector/theme, or project lifecycle management. The server's tool surface is severely incomplete for its intended focus.