Skip to main content
Glama
aidesignblueprint

AI Design Blueprint Doctrine

Official

me.add_evidence

Append evidence notes to a stage in your active course to document implementation decisions or observations that demonstrate progress through a Blueprint principle.

Instructions

Append a free-text evidence note to a specific stage in the authenticated user's active course. Evidence notes record concrete implementation observations, decisions, or artefacts that demonstrate progress through a Blueprint principle — for example, describing how a delegation boundary was implemented or what approval flow was chosen and why. Call this after the user has articulated something they have built or observed, not to capture intent. Requires a Firebase Bearer token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_slugYesSlug of the course the stage belongs to (e.g. 'agentic-fundamentals').
stage_idYesID of the stage to append the evidence note to.
noteYesEvidence note to append to the delegation boundary notes for this stage.
Behavior4/5

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

Annotations already indicate a write operation (readOnlyHint=false). The description adds value by explaining the auth requirement (Firebase Bearer token) and clarifying that it should not be used for intent, which are behavioral traits beyond annotations.

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?

Four sentences, each serving a purpose: action, purpose, usage guidance, auth requirement. No redundant or unnecessary information.

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

Completeness5/5

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

Given no output schema and three simple parameters, the description fully explains what the tool does, when to use it, and auth requirements. It also provides context about the nature of evidence notes.

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

Parameters3/5

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

Schema coverage is 100%, and each parameter has a description that aligns with the tool description. The description does not add new information beyond what the schema already provides.

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 the verb 'append' and resource 'free-text evidence note to a specific stage in the authenticated user's active course.' It also provides examples of what evidence notes record, differentiating from other sibling tools like me.coaching_context or team.summarize.

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 says to call this after the user has articulated something they built or observed, not to capture intent. While it doesn't name specific alternatives, the context is clear enough.

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/aidesignblueprint/integrations'

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