Skip to main content
Glama
chatre7

jsonplaceholder-mcp

by chatre7

get_users

Retrieve user data from JSONPlaceholder, either all users or a single user by ID, for testing and prototyping.

Instructions

Get users from JSONPlaceholder. Can retrieve all users or a specific user by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoOptional user ID to retrieve a specific user
Behavior3/5

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

With no annotations provided, the description must carry the transparency burden. It discloses the two retrieval modes (all users vs. by ID) but does not mention error handling, return format, or any limitations. For a simple read operation this is acceptable but incomplete.

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 only two sentences, front-loaded with the verb and resource, and the second sentence adds useful mode detail. Every word earns its place with no fluff.

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 tool with one optional parameter and no output schema, the description covers the essential functionality (all or by ID). It does not describe the return structure, but that is implicit for a 'get users' operation, making it fairly complete for the simplicity level.

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?

The schema already fully describes the sole parameter (id) with 100% coverage. The tool description repeats the conditional behavior but adds no new semantic details beyond what the schema provides, warranting the baseline score.

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 the action (get) and resource (users), with explicit modes for retrieving all or a single user by ID. It distinguishes well from sibling tools that target different resources (posts, comments, todos).

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 makes the primary use case obvious (retrieving users) but does not explicitly discuss when to use this tool versus alternatives. No exclusions or comparisons to sibling tools are provided, so guidance is implied rather than stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chatre7/jsonplaceholder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server