Skip to main content
Glama

create_file

Create a file in a Forgejo repository by providing owner, repo, filepath, content, and commit message. Optionally specify branch or set base64=true for encoded content.

Instructions

Create a file. Set base64=true when content is base64-encoded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYes
ownerYes
base64No
branchNo
contentYes
messageYes
filepathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It explains the base64 encoding behavior but says nothing about commit behavior, branch selection, error conditions, or what happens if the target filepath already exists. This is a significant gap for a mutating 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 very concise: two short sentences with no filler. The base64 conditional is placed after the core action, which is reasonable. However, the brevity contributes to significant under-specification elsewhere.

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 seven parameters, no annotations, and zero schema descriptions, this description is not complete enough for reliable invocation. It omits where the file is created, which branch is used, and how conflicts are handled. The output schema may cover return values, but it cannot compensate for the missing operational context.

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 needed to explain seven parameters but only adds meaning for base64. The meanings of owner, repo, filepath, content, message, and branch are left entirely to inference from their property names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action and resource: 'Create a file.' This clearly identifies the operation and is naturally distinguished from sibling tools like update_file and delete_file by verb. It does not explicitly mention repository scope or that this creates a new file rather than overwriting, so it stops short of maximal clarity.

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

Usage Guidelines2/5

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

There is no guidance about when to choose create_file over update_file or delete_file, nor any mention of prerequisites or scenarios. The only usable guidance is for the base64 parameter, which is parameter-level detail rather than tool-selection 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/JakePeralta7/forgejo-mcp'

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