DeepLaw
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEEPLAW_DB | No | Path to a specific database file to use instead of the ACTIVE release. | |
| DEEPLAW_HOME | No | Path to the DeepLaw home directory containing ACTIVE and releases/. Defaults to ~/.deeplaw. | ~/.deeplaw |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| knowledge_supportA | Optional read-only gateway for an explicitly selected DeepLaw Knowledge Asset vault. It searches only human-reviewed active assets and compiles bounded task capsules. It cannot remember, learn, approve, import, mutate, or access Analytix case projects. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion between tools. The tool's description clearly defines its read-only scope, making its purpose unambiguous to an agent.
The sole tool uses a clear snake_case name ('knowledge_support'), which follows a consistent naming style. With no other tools to compare against, there is no inconsistency.
A single tool feels thin, placing it at the borderline of acceptable scope. While it may suffice for a narrow read-only knowledge search, the server's name suggests a broader legal domain that is not reflected here.
The tool is strictly read-only and explicitly lacks capabilities such as create, update, delete, import, or access to case projects. For a knowledge-support server, the absence of any management or integration functions represents a significant gap that could hinder agents.