Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_platform_save

Save or update a custom platform profile to the active YAA/F client state, defining OIDC authority, API base URL, and optional agent and control-plane endpoints.

Instructions

Save or update a custom platform profile in the active YAA\F client state directory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
labelNo
activateNo
descriptionNo
api_base_urlYes
extra_ca_fileNo
agent_base_urlNo
oidc_authorityYes
oidc_client_idNo
client_key_fileNo
client_cert_fileNo
approval_base_urlNo
control_plane_base_urlNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.5

TDQS

C2.4/5.0
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 of behavioral disclosure. It indicates a mutating operation ('save or update') but does not explain whether existing profiles are overwritten, whether 'activate' triggers side effects, how the active client state directory is selected, or what happens on conflict. These are meaningful gaps for a write operation.

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 a single sentence with no filler or redundant phrasing. It front-loads the core action and resource. However, given the tool's parameter complexity, the brevity borders on under-specification, so it is concise but not optimally structured for an agent.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 13 parameters, no annotations, no output schema, and zero schema description coverage, this description is far from complete. It does not explain required parameters, update semantics, return values, error conditions, or side effects. An agent would struggle to invoke this tool correctly without additional external knowledge.

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

Parameters1/5

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

Schema description coverage is 0% and the description provides no parameter-level semantics. With 13 parameters including required fields like id, oidc_authority, and api_base_url, an agent gets no help understanding what values are expected, how fields relate, or which optional parameters are meaningful for save versus update. The description does not compensate for the schema's lack of explanatory text.

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 uses a specific verb pair ('Save or update') and names the resource ('custom platform profile') and target location ('active YAA\F client state directory'). This clearly distinguishes it from sibling tools like yaaif_platform_list, yaaif_platform_use, and yaaif_platform_export, though it does not explicitly contrast with them.

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?

No guidance is given about when to use this tool versus alternatives such as yaaif_platform_use or yaaif_platform_export. The description states what the tool does but provides no context about prerequisites, typical invocation scenarios, or cases where a different platform tool should be chosen.

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

Deploy Server

Other Tools