Skip to main content
Glama

memory.pr.create

Save a memory linking a pull request to its associated work item, capturing what changed and why. Provide required PR and work item URLs to document code decisions for future recall.

Instructions

Cria memória a partir de um Pull Request (PR + work item linkados).

Use when: persistir o que um PR mudou e por quê; ligar PR a work item. Do NOT use for: regra/decisão genérica (memory.upsert); evento sem PR (memory.episode.create). pr_url e work_item_url são obrigatórios. Example: memory.pr.create(project='DecisionsSearch', repo='org/repo', pr_number=42, title='Add HyDE', summary='...', changed_files=[...], pr_url='...', work_item_url='...').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYes
areasNo
titleYes
branchNo
pr_urlYes
statusNoopen
authorsNo
projectNo
summaryYes
merged_atNo
objectiveNo
pr_numberYes
event_dateNo
work_item_idNo
changed_filesYes
work_item_urlYes
work_item_summaryNo
work_item_providerNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes the creation action but does not disclose behavioral traits such as idempotency, side effects, or constraints (e.g., what happens if the PR already exists). The example usage helps, but transparency is average for a creation 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 concise: a one-sentence purpose, a usage guideline, and an example. Every sentence adds value, and the structure is front-loaded with the most important information. No wasted words.

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?

Given the tool's complexity (18 parameters, 0% schema coverage, no output schema, no annotations), the description is incomplete. It covers the core use case and a few parameters but fails to explain most parameters, return values, or side effects. The example is helpful but insufficient for a tool with such a large parameter set.

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 mentions only a few parameters in the example (project, repo, pr_number, title, summary, changed_files, pr_url, work_item_url) and notes that two are required. The remaining 8 optional parameters (e.g., areas, branch, status, authors, merged_at, objective, event_date, work_item_id, work_item_summary, work_item_provider) are entirely undocumented, leaving their semantics unclear.

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 tool's purpose: 'Cria memória a partir de um Pull Request (PR + work item linkados).' It also explicitly distinguishes from siblings by listing when NOT to use it (memory.upsert, memory.episode.create), making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage guidance: 'Use when: persistir o que um PR mudou e por quê; ligar PR a work item. Do NOT use for: regra/decisão genérica (memory.upsert); evento sem PR (memory.episode.create).' It also states that pr_url and work_item_url are required, offering clear context for selection.

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/Renzo-Tognella/DecisionsSearch'

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