get_client
Retrieve detailed client information from the Norman Finance MCP server by providing a client ID. Designed to simplify financial workflows for entrepreneurs in Germany.
Instructions
Get detailed information about a specific client.
Args:
client_id: ID of the client to retrieve
Returns:
Detailed client information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
client_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"client_id": {
"title": "Client Id",
"type": "string"
}
},
"required": [
"client_id"
],
"title": "get_clientArguments",
"type": "object"
}