Skip to main content
Glama
oktopeak

lawmatics-mcp

by oktopeak

get-matter

Retrieve complete matter details by ID, including custom fields and related records like contacts, tasks, and invoices.

Instructions

Get full details for a single matter by ID, including custom fields and related records (contact, stage, practice area, tasks, notes, events, invoices as {id, type} references).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoComma-separated attributes, or 'all' (default: all).
matter_idYesThe Lawmatics matter (prospect) ID.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses useful behavioral details such as inclusion of custom fields and related records, and specifically notes invoices are returned as {id, type} references. However, it does not mention error behavior, permissions, or other potential side effects, though for a read-only 'get' operation this is moderately adequate.

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 a single, focused sentence that front-loads the action and object, then efficiently lists what is included. There is no redundant wording or filler.

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

Completeness4/5

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

Since there is no output schema, the description clearly enumerates the key return components (custom fields, related records, and the invoice reference format). It does not discuss the fields parameter's ability to reduce output or error scenarios, but for a single-resource GET tool with moderate complexity, it covers the essential context.

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

Parameters3/5

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

Schema description coverage is 100%, so both parameters are already documented. The tool description does not add extra parameter semantics beyond what the schema provides; it primarily describes the response contents rather than parameter usage. Baseline 3 applies because schema carries the load.

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 tool 'Get full details for a single matter by ID', which is a specific verb + resource + scope. It also distinguishes itself from sibling tools like list-matters (which lists all) and find-matter (likely search) by emphasizing 'single matter by ID'.

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 phrase 'for a single matter by ID' clearly implies this tool is for retrieving one known matter, in contrast to listing or searching. It does not explicitly name alternatives or exclusions, but the context is clear enough to guide usage.

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