Skip to main content
Glama

MCP Boilerplate Server

by shazaaly

get_user_info

Retrieve user details by providing a user ID. Designed for managing user information within the MCP Boilerplate Server environment.

Instructions

Get user information by ID

Input Schema

NameRequiredDescriptionDefault
user_idYes

Input Schema (JSON Schema)

{ "properties": { "user_id": { "title": "User Id", "type": "integer" } }, "required": [ "user_id" ], "type": "object" }

Other Tools from MCP Boilerplate Server

Related Tools

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/shazaaly/mcp-boilerplate'

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