Skip to main content
Glama
binyaminboukaya

smart-npv-mcp

Create client

create_client

Create a client in Smart NPV CRM by passing borrower field names (e.g., firstname_1, income_1) in the params object.

Instructions

Create a new client. Fields go inside params, using the _1/_2 borrower field names from docs/client-fields.md (e.g. firstname_1, phone_1, income_1).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYesObject of fields passed to Smart NPV as documented in its API.
Behavior4/5

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

Annotations already indicate this is a write operation (readOnlyHint=false) and non-destructive (destructiveHint=false). The description adds the important detail that fields must use the _1/_2 borrower naming convention from docs/client-fields.md, which is not visible in the schema.

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?

The description is two compact sentences with the primary purpose front-loaded. Every sentence adds value, referencing the field naming convention without excess.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For an open-world create tool with a single flexible params object and no output schema, the description covers the main complexity: how to structure field names. It gives examples and points to a doc file, making it sufficient for an agent to select and invoke correctly.

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

Parameters5/5

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

The schema only describes 'params' as an object of fields passed to Smart NPV. The description adds specific examples (firstname_1, phone_1, income_1) and directs to documentation, significantly enriching the meaning for correct invocation.

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?

The description clearly states 'Create a new client' with a specific verb and resource, distinguishing it from sibling tools like update_client and delete_client.

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?

The description implies when to use (creating a new client) but lacks explicit exclusion or alternative comparisons. It does provide guidance on structuring fields inside params, which is helpful for invocation.

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/binyaminboukaya/smart-npv-mcp'

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