Skip to main content
Glama
finnhyun12

genicam-mcp

by finnhyun12

list_features

Retrieves the list of GenICam features available on the connected camera. Optionally filter by category to inspect only a subtree.

Instructions

카메라가 실제로 제공하는 GenICam feature 목록을 반환한다.

카메라마다 지원 feature 가 다르므로, get_feature/set_feature 로 이름을
추측하기 전에 이 툴로 확인하는 것이 확실하다. 각 항목은 이름·타입·
읽기/쓰기 가능 여부·현재 값을 담는다.

Args:
    category: 지정하면 해당 카테고리 서브트리만 반환한다
        (예: 'AcquisitionControl', 'ImageFormatControl'). 생략하면 전체.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Since no annotations are present, the description carries the full burden. It describes the operation as a read-only list, detailing the output fields (name, type, read/write, current value). While it doesn't explicitly state 'read-only', the context is clear.

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?

The description is concise and well-structured: first sentence states purpose, second provides usage advice, third details output content, and finally the parameter description. Every sentence adds value.

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

Completeness5/5

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

Given the simple interface (one optional parameter, no required fields) and the presence of an output schema, the description sufficiently covers behavior and return values. It also fits well within the sibling toolset.

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?

The input schema has one optional parameter (category) with 0% description coverage. The description compensates fully by explaining its purpose (filter by category subtree) and providing concrete examples ('AcquisitionControl', 'ImageFormatControl').

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 that the tool returns the list of GenICam features provided by the camera. It explicitly distinguishes itself from sibling tools like get_feature/set_feature by emphasizing that it should be used first to avoid guessing.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance: use this tool before get_feature/set_feature to verify supported features, as they vary per camera. It also explains the optional category parameter for filtering.

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/finnhyun12/genicam-mcp'

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