Skip to main content
Glama
commontrace

CommonTrace MCP Server

by commontrace

contribute_trace

Submit coding solutions to a shared knowledge base by documenting problems, solutions, and context for collaborative troubleshooting and knowledge sharing.

Instructions

Submit a new trace to the CommonTrace knowledge base.

Args: title: Short description of what this trace solves context_text: The problem context (what you were trying to do) solution_text: The solution (what worked) tags: Categorization tags (e.g., python, fastapi, docker) supersedes_trace_id: UUID of an older trace this one replaces (creates SUPERSEDES relationship) review_after: ISO datetime when this trace should be re-validated (e.g., "2026-06-01T00:00:00Z") watch_condition: Human-readable condition that would make this trace stale (e.g., "React 19 release")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
context_textYes
solution_textYes
tagsNo
supersedes_trace_idNo
review_afterNo
watch_conditionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Beyond the minimal readOnlyHint:false annotation, the description adds valuable behavioral context: it mentions creating SUPERSEDES relationships (linking behavior), defines lifecycle management via review_after (re-validation scheduling), and explains watch_condition for staleness detection. However, it omits details about what constitutes a valid trace or merge conflict behavior.

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?

Uses an efficient docstring structure: single-sentence purpose statement followed by Args block. Every parameter description earns its place with type hints and examples. No redundancy with the schema or annotations. Zero wasted words.

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

Completeness4/5

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

Given the output schema exists (per context signals), the description appropriately focuses on inputs and behavior. It covers the submission workflow, lifecycle management, and versioning relationships comprehensively for a knowledge base contribution tool. Minor gap: could explicitly state that this creates a persistent record requiring the three mandatory fields.

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

Parameters5/5

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

With 0% schema description coverage, the Args section fully compensates by documenting all 7 parameters with specific semantics and examples: tags include examples (python, fastapi), review_after shows ISO format, supersedes_trace_id explains UUID purpose, and watch_condition clarifies human-readable conditions. This is exemplary parameter documentation.

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 opens with 'Submit a new trace to the CommonTrace knowledge base' providing a specific verb (Submit), resource (trace), and target system (CommonTrace). This clearly distinguishes it from sibling tools like amend_trace (updates existing), get_trace (retrieval), and vote_trace (rating).

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 implies creation vs. amendment through the word 'new' and distinguishes from amend_trace implicitly, but lacks explicit guidance on when to use contribute_trace versus amend_trace or whether traces can be deleted. The supersedes_trace_id parameter hints at replacement workflows but isn't framed as usage guidance.

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/commontrace/mcp'

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