Skip to main content
Glama
clousai

Clous MCP server

Official
by clousai

search_trading_suspensions

Find SEC trading-suspension orders by company, release number, or date to identify halted stocks.

Instructions

Search SEC trading-suspension orders by company name, release number, and date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size, 1–100 (default 25).
cursorNoPagination cursor from a prior page's page.next_cursor.
companyNoILIKE pattern over company name.
date_toNo
date_fromNo
release_numberNo
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only lists searchable fields. It does not mention pagination behavior, date range inclusivity, result format, or any filters like limit or cursor, so the agent has little insight into how the tool behaves beyond the basic search action.

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, front-loaded sentence with no filler words. It efficiently communicates the core purpose and key search dimensions, earning its place without 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?

Despite having six parameters, no output schema, and no annotations, the description provides only a one-line summary. It omits essential operational details such as pagination via cursor, default limits, result structure, and the nature of the date filters, making the tool incomplete for reliable autonomous use.

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 50%, and the description merely restates 'company name, release number, and date' without adding meaning for the undocumented parameters (date_from, date_to, release_number). It fails to explain date formats, range semantics, or how wildcard patterns work for company, leaving significant gaps in parameter understanding.

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 identifies the tool's action ('Search') and its specific resource ('SEC trading-suspension orders'), and it names the main search facets (company name, release number, date). This distinguishes it from sibling search tools like search_filings or search_enforcement by focusing on a unique SEC document type.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus other search tools, nor any exclusions or prerequisites. The description only states what the tool does, leaving the agent to infer its appropriate context from the name alone.

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