Skip to main content
Glama
alshyra

Sherlock's second brain

case_create

Create a new investigation case to track and validate unvalidated topics. Specify a title and goal, and optionally add context, tags, and references to keep your research organized.

Instructions

Create an investigation case. Use this when a topic is not yet validated.

tags and references are comma-separated strings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalYes
tagsNo
titleYes
contextNo
referencesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It only mentions the parameter format and the 'not yet validated' condition, but omits details about creation side effects, return values, permissions, or default state. This is a significant gap for a mutation tool.

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 two sentences with no fluff. The first sentence states the core purpose, and the second provides a targeted parameter hint. It is front-loaded and efficient.

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 an output schema, the description does not provide adequate context for a create operation with 5 parameters and no annotations. It lacks prerequisites, expected outcomes, error handling, or any indication of the case lifecycle beyond the 'not yet validated' usage hint. The description is too sparse to be complete.

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 0%, so the description must compensate. It only adds meaning for 'tags' and 'references' by clarifying they are comma-separated strings, while leaving 'title,' 'goal,' and 'context' entirely to inference. This partial coverage is insufficient given the low schema baseline.

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 'Create an investigation case,' which is a specific verb and resource. This distinguishes it from sibling tools like case_update and case_promote, and the phrase 'investigation case' adds domain specificity.

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 description explicitly provides a usage condition: 'Use this when a topic is not yet validated.' This gives clear context for when to invoke the tool, but it does not explicitly mention alternatives or when-not-to-use scenarios, so it falls short of a 5.

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/alshyra/sherlock-second-brain'

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