Skip to main content
Glama
yumi233

third-party-gemini-mcp

by yumi233

gemini_flash

Destructive

Perform text, code, and document tasks using Gemini Flash, with optional file reads and edits when workspace_root and allowlists are provided.

Instructions

Gemini Flash text, code and document tasks. Optional file reads and exact edits require explicit workspace_root and relative file allowlists. No shell execution. File writes may be partial on failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYes
contextNo
max_roundsNo
read_filesNo
write_filesNo
workspace_rootNo
expected_outputNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior4/5

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

The description adds meaningful behavioral context beyond annotations: it discloses no shell execution, that file writes may be partial on failure, and that file operations require explicit workspace_root and allowlists. These are not captured by the annotations (readOnlyHint false, destructiveHint true, openWorldHint true) and provide actionable safety information.

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 a single, compact sentence that front-loads the core purpose and then lists constraints. It avoids redundancy and is easy to parse, though it could be slightly more structured with separate sentences for constraints.

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?

The description does not explain the output format (no output schema), the semantics of 'task' or 'expected_output', or the multi-round behavior implied by max_rounds. It covers file-handling constraints but leaves several critical aspects unspecified, making it incomplete for an agent to confidently invoke the tool correctly.

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 coverage is 0%, so the description carries the full burden for parameter explanation. It only clarifies semantics for read_files, write_files, and workspace_root (via the allowlist requirement and partial-write warning). Parameters like task, context, max_rounds, and expected_output remain unexplained. Given 7 parameters, this is insufficient compensation.

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 states a specific purpose: 'Gemini Flash text, code and document tasks.' It clearly distinguishes from sibling tools (gemini_vision, image_generate) by modality. It also mentions optional file operations, which adds specificity.

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 usage for text/code/document tasks but does not explicitly state when to use this tool over alternatives. It mentions constraints (no shell execution, file allowlist requirements) but gives no explicit when/when-not guidance relative to siblings.

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

Deploy Server

Other Tools