Skip to main content
Glama
mm-gtm
by mm-gtm

get_true_os_deals

Retrieve all TRUE OS deals (contracts) with amounts, statuses, and phases. Filter by status, product, or phase to view registered deal information.

Instructions

TRUE OS 上の全ディール(契約)一覧を取得する。

プロジェクトとの紐づけに関係なく、TRUE OS Gateway に登録されている ディール情報を返す。契約金額・ステータス・フェーズ等を確認できる。

Args: status: ステータスでフィルタ (draft/contracted/agreed/negotiating/paid/cancelled/invoiced) product: 商品名フィルタ (デフォルト: Revenue BPaaS) phase: フェーズフィルタ (estimate/invoice/application、デフォルト: invoice)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phaseNoinvoice
statusNo
productNoRevenue BPaaS
Behavior4/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 clearly indicates a read operation (取得する), describes the returned data scope (contract amount, status, phase), and specifies filtering behavior. It does not mention potential rate limits or authentication, but for a simple read/list tool, this level of disclosure is adequate.

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: one introductory paragraph stating purpose and scope, followed by a structured Args list. Every sentence adds value, and there is no redundant or filler content.

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?

Given the tool has 3 optional parameters and no output schema, the description covers the main aspects: purpose, return content, and filter options. It omits details like return format or error handling, but for a straightforward list retrieval tool with no annotations, it is reasonably complete. The distinction from get_projects_with_deals further enriches context.

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?

Schema description coverage is 0%, so the description fully compensates by documenting all three parameters in an Args section. It provides allowed values for status and phase, and defaults for product and phase, adding significant meaning beyond the bare schema.

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 explicitly states it retrieves a list of all deals (ディール一覧) from TRUE OS Gateway, using the verb '取得する' and clearly defines the resource. It also distinguishes itself from sibling tools by noting it retrieves deals regardless of project association, setting it apart from get_projects_with_deals.

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 that this tool is for retrieving all deals without project linkage, and mentions available filters (status, product, phase). It does not explicitly name an alternative tool for project-specific deals, but the sibling name get_projects_with_deals implies that use case. This is clear context without explicit exclusions.

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/mm-gtm/rbpaas-mcp'

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