Skip to main content
Glama
oktopeak

lawmatics-mcp

by oktopeak

create-contact

Create a standalone person contact in Lawmatics without linking a matter. Provide name, email, phone, and notes to add the record.

Instructions

Create a new contact (person) without a matter. To create a lead with a case, use create-matter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNo
notesNoNotes to create with the contact.
phoneNo
last_nameYes
first_nameYes
Behavior2/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It only mentions the semantic scope ('without a matter') but provides no information about side effects, return values, permissions, validation, or error behavior. This is a significant gap for a create operation.

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 sentences long, front-loaded with the primary purpose, and immediately provides an alternative link. Every word earns its place with no redundancy.

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

Completeness2/5

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

Given the lack of annotations and output schema, the description is too sparse to fully support an agent. It covers the purpose and one alternative but omits essential context such as response format, error conditions, or any notes on parameter usage. For a 5-parameter create tool, this is incomplete.

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

Parameters1/5

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

Schema description coverage is only 20%, and the description adds no parameter-level semantics. It does not explain what 'first_name', 'last_name', 'email', 'phone', or 'notes' mean beyond their names, nor does it clarify required vs optional fields. The description fails to compensate for the low schema coverage.

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 the verb ('Create') and resource ('a new contact (person)'), and explicitly scopes it as 'without a matter.' It also distinguishes itself from the sibling tool create-matter, making its purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly tells the agent when to use this tool versus an alternative: 'To create a lead with a case, use create-matter.' This provides clear usage direction and differentiates from the most likely confusable sibling.

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/oktopeak/lawmatics-mcp'

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