Skip to main content
Glama
Mipiti
by Mipiti

set_functional_satisfaction_groups

Replace an objective's functional satisfaction groups by providing your own test group structure, defining which sets of functional tests satisfy the objective.

Instructions

Declaratively set (replace) a functional objective's satisfaction groups. Mutating.

Replaces the objective's group structure wholesale. Each group is a set of functional tests that together satisfy the objective (AND within a group); the objective counts as satisfied when any one complete group has all its tests verified (OR across groups). Tests you want to keep associated with the objective but outside any group go in ungrouped. Unlike set_control_assumption_groups, there is no AI relevance gate — the structure you submit is applied as-is. Read the current state first with get_functional_satisfaction_groups.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_idYesID of the threat model.
ungroupedNoComma-separated functional-test ids to keep associated with the objective but unassigned to any group (optional).
groups_jsonYesJSON object mapping group label to a list of functional test ids, e.g. ``{"1": ["FT-1", "FT-2"], "2": ["FT-3"]}``. Pass ``{}`` to clear all groups.
server_versionYes
functional_objective_idYesThe objective whose groups to set.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It declares the operation as 'Mutating' and states that it 'Replaces the objective's group structure wholesale,' clearly indicating destructive overwrite. It also explains the AND/OR group semantics and that the structure is applied as-is, providing thorough transparency.

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 well-structured and front-loaded with the core action and mutation warning. Every sentence provides useful information: the replace behavior, group semantics, ungrouped handling, contrast with sibling tool, and prerequisite read. There is no fluff or repetition.

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?

Given the complexity of the operation (wholesale replacement with logical group semantics), the description is remarkably complete. It covers purpose, usage, behavioral implications, and provides an explicit alternative and prerequisite. The existence of an output schema means return values need not be described, so no essential context is missing.

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?

Although schema description coverage is high (80%), the description adds significant meaning to parameters beyond the schema. It explains the conceptual semantics of groups_json (AND within groups, OR across groups) and clarifies the purpose of the 'ungrouped' parameter. This exceeds the baseline of 3 for high 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 states the tool's purpose with a specific verb and resource: 'Declaratively set (replace) a functional objective's satisfaction groups.' It also distinguishes itself from the sibling tool set_control_assumption_groups by explicitly noting the absence of an AI relevance gate.

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

Usage Guidelines5/5

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

The description provides explicit usage context: it explains when to use this tool versus set_control_assumption_groups, and instructs the user to 'Read the current state first with get_functional_satisfaction_groups' as a prerequisite. This gives clear guidance on when and how to invoke it.

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/Mipiti/mipiti-mcp'

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