Skip to main content
Glama
funkyfunc

coding-agents-mcp

by funkyfunc

delegate_ask

Run a read-only code review or diagnostic inquiry via a CLI agent without modifying the workspace or session state.

Instructions

Execute a fast, read-only question, diagnostic inquiry, or code review with a CLI coding agent without creating or altering conversation session state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentNoTarget CLI agent backend (defaults to "auto").auto
modelNoModel override (e.g. "haiku", "gemini-3.8-flash-low").
promptYesInquiry, explanation request, or diagnostic prompt.
thinkingNoThinking effort level (e.g. "low", "medium", "high").
workspace_dirNoTarget workspace directory.
timeout_secondsNoExecution timeout in seconds (default: 120s).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states the operation is read-only and does not create or alter conversation session state, which is critical safety information. However, it does not describe the output format or any potential side effects beyond the read-only guarantee, so a full 5 is not warranted.

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 a single, efficient sentence that front-loads the most important information (read-only, fast, purpose) and contains no redundant phrases. Every word earns its place.

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 tool's straightforward read-only nature and full schema documentation, the description adequately covers purpose and key behavior. The only gap is the absence of any mention of the return value or response interpretation, which could be helpful since there is no output schema, but this is a minor omission for a query-style tool.

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?

The schema has 100% parameter description coverage, so all six parameters are already documented. The description adds no parameter-specific details beyond the schema, meeting the baseline for high schema coverage without extra value.

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 executes a fast, read-only question, diagnostic, or code review via a CLI agent, and explicitly notes it does not alter conversation session state. This specific verb-resource-scope combination distinguishes it from task-execution siblings like delegate_task, even without naming them.

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 clear context for when to use it (read-only questions, diagnostics, reviews) but does not explicitly state when not to use it or name alternative tools. It implies a boundary against mutating tasks, but an agent would have to infer that from the read-only wording rather than receiving explicit routing guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/funkyfunc/coding-agents-mcp'

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