listar-usuarios
Retrieve all registered users in the system using a tool from the MCP API Server, designed for efficient user management and scalable TypeScript-based operations.
Instructions
Lista todos los usuarios registrados en el sistema
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}