Skip to main content
Glama

twprojects-list_users

Read-only

Retrieve users from Teamwork projects, filtered by project ID, user type (account/collaborator/contact), or search term.

Instructions

List users. Scope by project_id or filter by type (account/collaborator/contact).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination of results.
page_sizeNoNumber of results per page for pagination.
project_idNoThe ID of the project from which to retrieve users. Omit to list users across all projects.
search_termNoA search term to filter users by first or last names, or e-mail. The user will be selected if each word of the term matches the first or last name, or e-mail, not requiring that the word matches are in the same field.
typeNoType of user to filter by. The available options are account, collaborator or contact.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaYes
peopleYes
Behavior4/5

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

Description aligns with readOnlyHint annotation. It adds behavioral context by explaining the scoping and filtering capabilities, which go beyond the annotation's basic safety hint.

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?

Extremely concise: one sentence of 11 words, front-loaded with the core action. No extraneous information.

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?

Given the presence of an output schema and full parameter documentation, the description adequately covers the main functionality. It could hint at the return type (list of users) but is not necessary due to output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Description adds high-level semantics to key parameters (project_id for scoping, type with enumerated values). Since schema coverage is 100% with good descriptions, the description contributes additional clarity without redundancy.

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?

Description clearly states 'List users' and identifies the resource. It distinguishes from sibling tools like twdesk-list_users and twprojects-get_user by specifying scoping and filtering options.

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?

Description provides clear context: 'Scope by project_id or filter by type'. It implies when to use this tool (list users with optional filters) but does not explicitly exclude alternatives or mention when not to use.

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/Teamwork/mcp'

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