Skip to main content
Glama

Start here

start_here

Get an immediate orientation: when no engagement exists, receive the three decisions to settle first; with an engagement, receive current phase, progress, and three actions for the week. Pass a goal to get tailored guidance.

Instructions

このサーバーの入口。案件が無ければ「まず決めるべき 3 つ」を、あれば現在地(フェーズ・進捗)と今週やる 3 つを 1 画面で返す。goal を渡すと目的に沿った見立てが付く。迷ったら最初にこれを呼ぶ。 / The entry point. With no engagement it returns the three things to settle first; with one it returns where you are and the three things to do this week, in a single screen. Pass a goal for a tailored read. Call this first when unsure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNoやりたいことの自由記述(任意) / What you are trying to achieve, in free text — 最大 20,000 文字 at most 20,000 characters
langNo出力言語 / Output languageboth
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It discloses conditional behavior (no engagement vs engagement), the output format (a single screen), and the effect of passing a goal. It does not explicitly mention side effects or auth, but the described behavior strongly implies a non-destructive summary tool, which is adequate for this role.

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 bilingual description is compact and efficient. The first sentence front-loads the entry-point role and the core conditional behavior, followed by the goal hint and a direct usage instruction. Every sentence earns its place with no redundant filler.

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 orientation tool with no output schema or annotations, the description is complete enough: it tells the agent what to expect in both engagement states, how the optional goal affects the result, and when to call it. It lacks an explicit statement of return structure or error behavior, but these are not critical for an entry point that returns a screen.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds meaningful context beyond the schema by explaining that passing a goal 'gives a tailored read', which clarifies the behavioral effect of the optional parameter. It doesn't add anything about lang, but that parameter's schema description is already sufficient.

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 the tool as the server's entry point, with a specific verb ('returns') and resource, and explains its conditional output: three things to settle first if no engagement, or current status and three weekly tasks if an engagement exists. It distinguishes itself from the many sibling tools by its role as the initial call and its high-level, orientation-focused purpose.

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 explicitly states '迷ったら最初にこれを呼ぶ / Call this first when unsure', giving a clear condition for use. It does not name alternatives or say when not to use it, but for an entry point the first-call guidance is strong contextual direction that helps an agent decide when to invoke 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