Show SEAR CLI commands
sear_cli_helpUse this when you need the safe first commands for verifying or querying a SEAR deployment from the terminal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
sear_cli_helpUse this when you need the safe first commands for verifying or querying a SEAR deployment from the terminal.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and idempotentHint, so the description adds limited behavioral context beyond reinforcing safety. It does not cover any additional traits like output format or limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no extraneous details. Every part is purposeful and concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with no parameters and no output schema, the description fully covers what the tool does and when to use it. The context signals confirm minimal complexity, and the description is sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and 100% schema coverage, so no parameter description is needed. The description does not add any param info, which is appropriate and meets the baseline score of 4 for 0-param tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool's purpose: providing safe first commands for verifying or querying a SEAR deployment from the terminal. It distinguishes itself from siblings like sear_benchmarks and sear_overview by focusing on CLI help.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool ('when you need the safe first commands...'). It does not mention when not to use or name alternatives, but the sibling tools are distinct, making the guidance clear enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool has a clearly distinct purpose: benchmarks for performance data, CLI help for terminal commands, and overview for a summary. There is no overlap or ambiguity.
All tools follow the 'sear_' prefix with a descriptive noun phrase (benchmarks, cli_help, overview), maintaining a consistent and predictable naming pattern.
Three tools is a reasonable count for an informational server, but it is on the lower side. The scope appears focused, so the count fits well without feeling sparse.
The tools cover benchmarks, CLI help, and overview, which are important informational aspects. However, there are no tools for interactive operations or configuration, leaving potential gaps for agents that need to perform actions beyond queries.