Skip to main content
Glama

find_areas

Read-only

Browse the API Evangelist areas taxonomy (authentication, webhooks, payments, …) — curated, scored provider indexes. Search by text; sort by provider count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo
pageNo
sortNo
limitNo
contextNoOptional: why you are asking. One sentence — the task you are trying to complete, or what you expect to get back. Never included in the answer and never used to rank; it is read only when a result turns out to be wrong, which is when knowing the intent is what makes the report actionable.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / context
      Added value: +{
      +  "description": "Optional: why you are asking. One sentence — the task you are trying to complete, or what you expect to get back. Never included in the answer and never used to rank; it is read only when a result turns out to be wrong, which is when knowing the intent is what makes the report actionable.",
      +  "type": "string"
      +}
  2. Added

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safe read-only nature is covered. The description adds that the areas are 'curated, scored provider indexes' and that it supports text search and sorting by provider count, but it does not mention pagination behavior or what happens when no results match. With annotations covering safety, 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?

Two sentences communicate the tool's essence: the taxonomy resource, its curated/scored nature, and the search/sort operations. There is zero fluff and the most important behavioral details are front-loaded.

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 browse/search tool this description covers the core purpose, but with no output schema it leaves the result shape implied by 'provider indexes' rather than explicit. The allowed sort value for 'provider count' is also unspecified, which an agent must infer or experiment with.

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 only 20% (context). The description compensates partially by clarifying that 'q' is free-text search and that 'sort' can be by provider count, but it leaves page and limit under-specified (the schema only provides defaults/ranges) and does not enumerate accepted sort values or the meaning of the response.

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 states a specific verb and resource: 'Browse the API Evangelist areas taxonomy', with concrete examples (authentication, webhooks, payments) and the ability to 'Search by text; sort by provider count.' This distinguishes it from sibling find_* tools that search different entities, though it stops short of explicitly naming a sibling alternative.

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

Usage Guidelines2/5

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

The description gives no explicit guidance on when to use find_areas versus alternatives like find_providers or get_area. It states the tool's capability but not the decision context or exclusions, so an agent cannot tell when this tool is the right choice over nearby siblings.

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