Skip to main content
Glama
LBurny
by LBurny

get_view

Capture a screenshot of the active FreeCAD view from any camera angle (isometric, front, top, etc.) with optional size and object focus.

Instructions

Get a screenshot of the active view.

Args:
    view_name: Camera view ("Isometric", "Front", "Top", ...).
    width/height: Pixels; defaults to the viewport size.
    focus_object: Object to focus on; default fits all objects.

Returns:
    A screenshot of the active view.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNo
heightNo
view_nameYes
focus_objectNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It discloses important behavior such as the capture being tied to the 'active view' and defaults for width/height to the viewport size and focus_object to fit all objects. However, it does not mention any side effects, permissions, or limitations; the read-only nature is obvious from 'screenshot'.

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 concise and well-structured with Args and Returns sections. However, the Returns line ('A screenshot of the active view') largely repeats the opening sentence, introducing minor redundancy. Still, every sentence otherwise 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?

For a simple screenshot tool with 4 parameters and an output schema, the description covers purpose, each parameter's meaning and defaults, and the return value. It does not address potential errors or usage alternatives, but the essential context is adequately provided. The lack of annotations is partially offset by the clarity of the screenshot's read-only nature.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description fully compensates for all four parameters. It explains view_name as a camera view, width/height as pixels with viewport-size defaults, and focus_object as the target object with a default of fitting all objects. This adds semantic meaning beyond the raw schema.

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's function with a specific verb and resource: 'Get a screenshot of the active view.' This distinguishes it from sibling tools like get_objects or get_object, which likely return data rather than a visual capture.

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 when a screenshot is needed, but it does not explicitly state when to choose this tool over alternatives or any exclusions. There is no mention of prerequisites or when not to use it, so guidance is only implicit.

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/LBurny/cadpilot'

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