Skip to main content
Glama
thriveventurelabs

AccountsOS MCP Server

Official

Deel Get People

deel_get_people
Read-onlyIdempotent

Get a list of contractors and employees in your Deel organization. Use to view your workforce or contractor list.

Instructions

List people (contractors and employees) in the user's Deel organization. Use when the user asks about their Deel team, workforce, or contractor list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 20)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.3

TDQS

A3.8/5.0
Behavior3/5

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

The annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds little beyond the purpose—it does not disclose pagination behavior, result shape, or any side effects. No contradiction exists, so a 3 is appropriate.

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 with no wasted words. The core action 'List people...' is front-loaded, followed immediately by the usage trigger. Every part earns its place.

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 read-only list operation with one optional parameter, the purpose, when-to-use guidance, annotations, and schema are sufficient. Minor gaps remain, such as not describing the result format or whether the list is paginated, but these are not critical for invoking correctly.

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 100% for the single optional 'limit' parameter, including its default of 20. The description adds no extra parameter details, but the schema already carries the burden, so the baseline 3 applies.

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: list people (contractors and employees) in the user's Deel organization. It is clear and distinct in scope, but it does not explicitly name or differentiate any sibling alternatives, so it falls just short of a 5.

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?

It gives an explicit trigger: 'Use when the user asks about their Deel team, workforce, or contractor list.' This provides clear context for when to call the tool, though it does not state when not to use it or mention alternatives.

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

Deploy Server

Other Tools