Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_file_manager_put_v1_files_content

Idempotent

Write file content to a specified path for a target user. Use this endpoint to create or replace file contents on the server.

Instructions

Write file content

HTTP: PUT /v1/files/content Category: File Manager Required scopes: files:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesRequest body (application/json)
Install Server

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already carry readOnlyHint=false, destructiveHint=false, and idempotentHint=true, so the description's 'Mutating: changes server state' merely confirms rather than extends the annotation. It does add the required scope 'files:write' and HTTP verb context, which is useful. But it does not disclose overwrite-vs-create semantics, content encoding expectations, or size limits, which would be valuable for a mutating file operation.

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 compact and front-loaded: the purpose statement leads, followed by terse metadata lines (HTTP, category, scopes, mutating) that each carry useful information. It is arguably redundant with the title ('Write file content') but remains efficient with no filler.

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?

For a mutating tool with no output schema and a nested body object, the description leaves too much unspecified: whether the file is overwritten or created, the format/encoding of content, path resolution semantics, and the response behavior. Half of the required nested fields are undocumented. An agent would need to guess or make risky assumptions before calling this tool.

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 reported at 100% only because the single top-level 'body' parameter has a generic 'Request body (application/json)' label; the substantive nested fields path and content have empty descriptions. The tool description adds nothing about parameter meaning, so an agent cannot know whether path is absolute/relative or whether content is raw text, base64, or URL-encoded. The 'Target user ID' description on user_id is the only real semantic signal.

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 opens with a specific verb+resource pair: 'Write file content' (with the title confirming it), and the HTTP line adds precision. It is clearly a write-operation distinct from the read sibling get_v1_files_content. However, it does not explicitly differentiate itself from other file-writing siblings like post_v1_files_upload or post_v1_files, so sibling distinction is left to the agent.

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?

The description provides category and required-scope metadata but no guidance on when to use this tool versus alternatives. It does not state 'use this to overwrite existing file contents' or 'use upload for binary/multipart transfers.' With several file-manager siblings in the sibling list, the absence of any when-to-use or when-not-to-use direction leaves selection to inference.

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

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/Panelica/panelica-mcp'

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