Skip to main content
Glama
yinshaojun001

ProjectBrain

projectbrain_add_experience_claim

Add a human experience claim to an imported project, storing it locally without reading source bodies.

Instructions

Add a local human experience claim to an imported project. Writes only to local ProjectBrain storage and does not read source bodies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
statementYes
applies_toNo
risk_levelNonormal
review_stateNodraft
claim_typeNoHUMAN_REVIEW_REQUIRED
confidenceNo
sourceNo
claim_idNo
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses two key behaviors: write-only and no reading of source bodies. But it does not mention what happens on conflict (e.g., overwrite vs. fail), required permissions, or side effects like triggering any downstream processes. This is adequate but not thorough.

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 long, containing only essential information without any fluff. It is efficient and front-loaded, immediately stating the core action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 9 parameters, no output schema, and no annotations, the description is far too minimal. It lacks details on parameter meanings, return values, error conditions, and usage examples. For a tool of this complexity, the description is incomplete and leaves the agent with many unknowns.

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

Parameters1/5

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

Schema description coverage is 0%, meaning the schema provides no descriptions for any of the 9 parameters. The description offers no additional explanation of parameters like applies_to, risk_level, review_state, claim_type, confidence, source, or claim_id. The agent is left to infer from names alone, which is insufficient for correct invocation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (add), resource (experience claim), and scope (local human, imported project). It differentiates from siblings like archive and review by implying creation. However, the term 'human experience claim' may be domain-specific and not fully self-explanatory.

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 description provides context that it writes only to local storage and does not read source bodies, which helps in deciding when to use it. However, it does not explicitly mention when not to use this tool versus alternatives like projectbrain_review_experience_claim or projectbrain_archive_experience_claim, leaving some ambiguity.

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/yinshaojun001/projectbrain'

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