Skip to main content
Glama
clousai

Clous MCP server

Official
by clousai

search_litigation

Search SEC litigation releases by defendant, title, action type, or date to locate enforcement actions and legal proceedings.

Instructions

Search SEC litigation releases by defendant, title, action type, and date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size, 1–100 (default 25).
titleNoILIKE pattern over title.
cursorNoPagination cursor from a prior page's page.next_cursor.
date_toNo
date_fromNo
defendantNoILIKE pattern over defendants.
action_typeNo
release_numberNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states that the tool searches by certain fields and omits important behaviors such as ILIKE wildcard semantics, pagination behavior, default page size, or return format. This lacks the depth needed for an agent to anticipate how the tool actually behaves at runtime.

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 sentence that front-loads the primary verb and resource, followed by a concise list of filtering dimensions. Every word earns its place; there is no fluff or redundant restatement of the tool name.

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 tool has 8 parameters, zero annotations, and no output schema, the one-sentence description is insufficient. It does not explain pagination, response structure, or edge cases like wildcard usage, making it incomplete for an agent to confidently invoke and interpret results.

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

Parameters2/5

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

Schema description coverage is only 50%, with date_to, date_from, action_type, and release_number left undocumented in the schema. The description lists 'date' generally and mentions action type, but it adds no format constraints, allowed values, or date-range semantics, and it omits release_number entirely. Thus it under-compensates for the missing schema documentation.

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 uses a specific verb+resource structure: 'Search SEC litigation releases' and enumerates the key filters (defendant, title, action type, date). This clearly distinguishes the tool from sibling search tools like search_enforcement or search_filings, which target different SEC data domains.

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

Usage Guidelines3/5

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

The usage context is implied by the resource name and the listed filters, suggesting it should be used when an agent needs to find SEC litigation releases. However, it provides no explicit guidance on when to prefer this tool over alternatives such as search_enforcement or full_text_search, and no exclusions are mentioned.

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/clousai/Mcp'

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