Skip to main content
Glama
KlausFreiberufler

DevFlow MCP Server

intent_resolve

Close a forward-intent page by marking it resolved and linking the current flow, to clear follow-up tasks from pending work.

Instructions

Close a forward-intent page. Sets frontmatter.status='resolved' and links the resolving flow.

Forward-intents are doc_pages with document_type='intent' — written by flow_seal (DF-254) when a done-flow declared follow-up work via forward_intents frontmatter. When your current flow actually delivers that follow-up, call this tool so the loop is closed and the intent disappears from pending_work / planning_context.

flowId = the flow that is resolving the intent (typically your current flow). pageId = the intent doc-page id (find via pending_work → openIntents).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
flowIdYesFlow that resolves the intent (usually your current flow)
pageIdYesIntent doc-page id
noteNoOptional resolution note
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the mutation (sets status, links flow) and the effect on pending_work/planning_context. However, it does not cover reversibility, error handling, or permissions, which would be helpful 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two paragraphs, the first sentence is direct. Some background on forward-intents is included but it is relevant for understanding. It is efficient without being overly verbose.

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 complexity of the domain (forward-intents, flows) and no output schema, the description provides sufficient context: explains what forward-intents are, when to use, and the effect. It could mention error cases but overall is complete.

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

Parameters4/5

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

Input schema already has 100% coverage with descriptions. The description adds value by clarifying that flowId is 'typically your current flow' and that pageId comes from pending_work, plus explaining the optional note. This goes beyond the schema.

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 action: 'Close a forward-intent page' and specifies the effect ('Sets frontmatter.status='resolved' and links the resolving flow'). It distinguishes from sibling tools like doc_page_update and pending_work by explaining the specific intent-closing functionality.

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 advises when to use: 'When your current flow actually delivers that follow-up, call this tool so the loop is closed.' It also tells where to find the pageId ('via pending_work → openIntents'). It does not include explicit 'when not to use' but the context is clear.

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/KlausFreiberufler/devflow-mcp'

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