Skip to main content
Glama

Open the Start screen for handing over material

open_start

Open a browser form for submitting a consulting question and attached files, then return the URL so you can retrieve them later via check_intake.

Instructions

相談内容と資料(PDF・画像・Office・テキスト)をブラウザから預ける Start 画面を開き、URL を返す。ダッシュボードと同じローカル HTTP サーバー(127.0.0.1)に相乗りする。預けられたものは check_intake で受け取る。 / Open the Start screen — a browser form for handing over a question plus files — and return its URL. It rides on the same local server on 127.0.0.1. Pick items up with check_intake.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNo出力言語 / Output languageboth
openNoブラウザを自動で開く / Launch the browser automatically
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool opens a browser form, returns a URL, rides on the same local HTTP server on 127.0.0.1, and that submitted items are picked up via check_intake. This gives useful behavioral context beyond a simple 'open screen' statement.

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 front-loaded, with the core purpose stated first. The bilingual repetition is mildly redundant but justified by the tool's ja/en audience. Each sentence contributes relevant information such as the server, return value, and workflow linkage.

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?

For a tool with two optional parameters and no output schema, the description is complete: it states what the tool does, where it runs, what it returns, and how the submitted material is subsequently accessed. Nothing essential is missing for correct invocation.

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?

The schema already describes both parameters fully with descriptions and defaults, so the description does not need to compensate. It adds no additional parameter-level meaning, but the baseline of 3 is appropriate given 100% schema coverage.

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 identifies a specific verb (open), a specific resource (Start screen), and its purpose: a browser form for handing over a question plus files. It also distinguishes itself from related tools by noting it returns a URL and rides on the same local server as the dashboard.

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 clear context for when to use this tool: when you need to hand over consultation content and files via a browser-based Start screen. It also refers to check_intake as the downstream pickup step, giving workflow context. It does not explicitly name alternatives to avoid, but the use case is clear enough for an agent to select it.

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/Waganawa-Megumin/togaf10_EAP_MCP'

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