Skip to main content
Glama

Oku-Akasaka Sushi Tanji

Server Details

Omakase courses at a sushi counter in Akasaka, Tokyo, with a pre-filled link to the booking page.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a completely distinct purpose: one provides a booking link, one lists courses, and one recommends a course. There is no overlap or ambiguity in what each tool does.

Naming Consistency5/5

All tool names follow the consistent verb_noun pattern: get_booking_link, list_courses, recommend_course. The naming is predictable and clearly indicates the action and target.

Tool Count5/5

Three tools is well-scoped for the server's purpose of providing restaurant course information and booking links. Each tool is necessary and none are redundant.

Completeness5/5

The tool set covers the full user journey: viewing courses, getting a recommendation, and obtaining a booking link. There are no obvious gaps given the server's scope, as booking is intentionally delegated to the external link.

Available Tools

3 tools
list_coursesCourses and prices at Oku-Akasaka Sushi TanjiB
Read-onlyIdempotent
Inspect

The three courses with price per person and what is included. Prices include tax and service charge.

ParametersJSON Schema
NameRequiredDescriptionDefault
langNoja, en or zh (Simplified Chinese). ko opens the booking page in Korean (texts in English). Default en.

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already cover readOnlyHint, idempotentHint, and destructiveHint, so the description does not need to restate safety. It adds useful context that prices include tax and service charge and that there are exactly three courses, which go beyond the schema. However, it does not describe output structure or other runtime behavior, which is acceptable given the annotations.

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 one short sentence with no filler, conveying the core content and an extra detail about tax/service. It is front-loaded and efficient, though it slightly overlaps with the title. It earns its place by adding specificity about per-person pricing and inclusions.

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 read-only, one-parameter list tool, the description adequately explains what the agent will receive: courses, per-person price, inclusions, and tax/service. It does not explicitly mention output format or language behavior, but those are covered by the input schema. Since there is no output schema, the description serves most of the expectation-setting role and is nearly complete.

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 fully documents the single lang parameter with enum values and default, so the baseline applies. The description adds no parameter-specific guidance about language selection or result formatting. With 100% schema coverage, the lack of additional parameter details is acceptable.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource: the three courses with per-person price and inclusions. It is distinct in subject from siblings like get_booking_link, though it does not explicitly contrast itself. The lack of an explicit verb like 'lists' or 'returns' is mitigated by the tool name and title.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus its siblings get_booking_link or recommend_course. It implies that it is the source for course and pricing information, but it does not state exclusions or direct the agent to alternatives. This leaves selection logic entirely to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

recommend_courseSuggest a courseA
Read-onlyIdempotent
Inspect

Suggest a course from the budget per person and whether the guest wants sake. Returns the suggestion with a reason, plus the other courses.

ParametersJSON Schema
NameRequiredDescriptionDefault
langNoja, en or zh (Simplified Chinese). ko opens the booking page in Korean (texts in English). Default en.
wants_sakeNoTrue if the guest would like sake with the meal.
budget_per_person_jpyNoBudget per person in JPY, food (and sake if wanted) included.

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds value by disclosing that the tool returns not just a recommendation but also a reason and the other courses, which is useful behavioral context beyond the schema and annotations.

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?

Two sentences with no filler. The first sentence front-loads the action and inputs; the second explains the return shape. Every sentence 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 read-only recommendation tool with three fully documented parameters, the description explains the inputs, the output shape, and the fact that it returns alternatives. It could be slightly more complete by distinguishing itself from sibling tools, but nothing critical is missing for calling it correctly.

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 baseline is 3. The description names two key inputs (budget and sake preference) in plain language but adds no new meaning beyond the schema; the lang parameter is only documented in the schema, which is acceptable given full 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 states a specific verb ('Suggest'), a resource ('a course'), and the exact inputs it uses (budget per person and sake preference). It also clarifies the return value (the suggestion, a reason, and the other courses), which distinguishes it from simply listing courses.

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 the tool is for when a guest needs a single course recommendation based on budget and sake preference, but it never explicitly says when to use this tool instead of get_booking_link or list_courses. There are no exclusions or alternative-routing hints, so the 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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 3 tool updates
    • First observedget_booking_link
    • First observedlist_courses
    • First observedrecommend_course

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables customers and AI agents to check restaurant table availability and create bookings, returning confirmations or nearby alternative times when a slot is full, with atomic capacity control and idempotent handling.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables agents to find restaurants, submit reservation requests, and monitor or schedule bookings through Resy while keeping the diner's credentials private via a setup link.
    436 npm
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to search and retrieve structured merchant data, check availability, manage bookings, and submit feedback against an open commerce registry with real restaurant data for LA, Hong Kong, and Tokyo.
    Apache 2.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources