Skip to main content
Glama

run-workflow

Automates form submissions by reading data from Excel or Google Sheets and filling internal system forms with Playwright.

Instructions

엑셀 또는 Google Sheets 데이터를 읽어 내부 시스템 폼을 자동으로 입력합니다. 엑셀에 메뉴경로, 폼 필드, 저장버튼 텍스트가 모두 포함되어 있습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo실행 모드: visible(브라우저 표시) | fast(백그라운드)visible
site_urlYes접속할 사이트 URL
file_pathNo엑셀/CSV 파일 경로 (source_type이 excel일 때)
sheet_urlNoGoogle Sheets URL (source_type이 google_sheets일 때)
source_typeYes데이터 소스 유형
Behavior2/5

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

With no annotations provided, the description carries the full burden. It does not disclose whether the tool actually submits the form or just fills fields, despite mentioning 'save button text' in the source data. It also omits any side effects, authentication requirements, or safety implications. The description implies a mutating action but lacks explicit behavioral detail.

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 only two sentences, with the first stating the core purpose and the second adding useful context about the data structure. There is no filler or redundant repetition of the schema. It is appropriately sized and front-loaded.

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?

This is an automation tool with potential side effects, yet the description fails to explain the full workflow: what happens after form filling, whether it saves, what the output or result is, or any prerequisites. The schema covers parameters well, but behavioral and flow details are missing. For a tool that modifies system state, this is a significant gap.

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 fully documents every parameter. The description adds minimal extra value, only explaining that the Excel file contains menu routes, form fields, and save button text, which is contextual but not directly about parameters. Baseline 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 clearly states the tool reads Excel or Google Sheets data and automatically fills internal system forms. The verb 'automatically inputs' and the resources (Excel/Google Sheets, system form) make the purpose specific and unambiguous. With no sibling tools, differentiation is not needed.

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 provides a clear context: it is used for automating form entry from spreadsheet data. No exclusions or alternatives are needed because there are no sibling tools, which is acceptable. The context is clear enough for an agent to infer when this tool would be relevant.

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/jayounglee92/form-auto-mcp'

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