Skip to main content
Glama

MCP Marketplace

recently_added

List the most recently added MCP servers. Use for discovery: 'what's new', 'latest servers', 'servers from this week'. Optionally constrain to the last N days. Ordered by creation date descending. Each result carries the same security/risk/pricing fields as search_servers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoOnly include servers created within the last N days (1-365). Omit for no date bound.
limitNoMax servers to return (1-25). Default 10.
free_onlyNoIf true, exclude paid servers.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the burden. It discloses ordering ('Ordered by creation date descending') and return field compatibility ('same security/risk/pricing fields as search_servers'), which helps set expectations. It does not mention rate limits or pagination behavior, but for a simple read-only list tool this is sufficient.

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 sentences, front-loaded with the primary purpose, followed by usage guidance and behavioral details. No wasted words—every clause adds useful context.

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 straightforward list tool with fully described params and no output schema, the description covers core behavior: ordering, optional time filters, and the fact that results include security/risk/pricing fields (referencing search_servers). It lacks a full return-shape declaration, but the sibling reference helps fill that gap.

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 coverage is 100%, so all three parameters (days, limit, free_only) have descriptions in the schema. The tool description adds minimal extra meaning beyond restating the optional date constraint ('Optionally constrain to the last N days'). This meets the baseline but does not exceed it.

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 opens with 'List the most recently added MCP servers', giving a specific verb, resource, and scope. It explicitly differentiates from siblings by framing this as a discovery tool for 'what's new', 'latest servers', 'servers from this week', which is distinct from search_servers or get_server.

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 clearly states when to use it: 'Use for discovery: what's new, latest servers, servers from this week.' It also mentions optional date constraint. However, it does not explicitly name alternatives or say when NOT to use it, though the sibling reference to search_servers provides indirect comparison.

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

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: search, compare, get details, list categories, recent additions, similar servers, and creator profiling. While search_servers, similar_to, and recently_added all return server lists, their input mechanisms and use cases are distinct enough to avoid confusion.

Naming Consistency2/5

The naming is inconsistent: verb_noun patterns like get_server and list_categories contrast with noun phrases like creator_profile, adverb_verb recently_added, and the adjective phrase similar_to. `compare` is a bare verb, further breaking the pattern.

Tool Count5/5

Seven tools is well-scoped for a marketplace discovery server, covering search, details, comparison, and discovery. Each tool earns its place without redundancy, fitting comfortably within the ideal 3-15 range.

Completeness4/5

The surface covers the essential marketplace lifecycle: search/browse, get full details, compare, and discover via categories/recent/similar/creator. Minor gaps like a dedicated 'list all servers' or 'browse by category' tool are not needed because search_servers can be filtered by category, and get_server provides comprehensive details.

Resources