Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_mesh_bevel

Bevel mesh edges to create rounded corners and smooth transitions. Target specific edges or automatically bevel all sharp edges with control over width, profile, and segments.

Instructions

Bevel edges for smooth transitions and rounded corners. Can target specific edges or auto-select all sharp edges.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNoBevel width/offset
profileNoBevel profile shape (0=concave, 0.5=round, 1=convex)
segmentsNoNumber of bevel segments (more = smoother)
object_nameYesName of the mesh object
edge_indicesNoEdge indices to bevel (omit to bevel all sharp edges)
clamp_overlapNoPrevent overlapping bevels

Schema Changelog

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

  1. First observedv0.4.0

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It does disclose the edge-targeting behavior and the auto-selection of sharp edges, but it does not state whether the operation modifies the mesh destructively in place, whether object selection or edit mode is required, or what side effects apply.

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?

Two short sentences, front-loaded with the purpose and followed by the key edge-targeting behavior. There is no redundant or filler content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is adequate for selecting the tool and understanding its basic behavior, but with no annotations and no output schema, it omits important operational context such as whether the bevel is applied destructively to the mesh, what happens when no edge_indices are provided, and how sharp edges are determined.

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?

Schema description coverage is 100%, so the schema already documents all parameters. The description adds no parameter-level detail beyond what the schema provides, so the baseline score of 3 is appropriate.

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 names a specific verb ('Bevel'), a specific resource ('edges'), and the intended visual outcome ('smooth transitions and rounded corners'). It also mentions the two targeting modes, which clearly distinguishes it from the many other mesh-editing siblings in the list.

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 gives clear context for when to use the tool: when wanting smooth transitions or rounded corners. It also explains the two usage modes (targeting specific edges vs. auto-selecting sharp edges), though it does not explicitly name alternatives or exclusions.

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/SekaiNoOwari77/mcp-3d-modeling-agent'

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