Skip to main content
Glama

Yandex Tracker MCP

users_get_all

Retrieve details of all user accounts within an organization using pagination parameters to manage large datasets effectively. Integrates with Yandex Tracker MCP for streamlined user data access.

Instructions

Get information about user accounts registered in the organization

Input Schema

NameRequiredDescriptionDefault
pageNoPage number to return, default is 1
per_pageNoThe number of items per page. May be decreased if results exceed context window. If there is a change in per_page argument - retrieval must be started over with page = 1, as the paging could have changed.

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "description": "Page number to return, default is 1", "minimum": 1, "title": "Page", "type": "integer" }, "per_page": { "default": 50, "description": "The number of items per page. May be decreased if results exceed context window. If there is a change in per_page argument - retrieval must be started over with page = 1, as the paging could have changed.", "minimum": 1, "title": "Per Page", "type": "integer" } }, "title": "users_get_allArguments", "type": "object" }

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/aikts/yandex-tracker-mcp'

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