Skip to main content
Glama

actiond_profile_set

Idempotent

Switch the CI/CD execution profile to fast, full, or release to control which plugins run on each push. Applies globally and takes effect on the next triggered event.

Instructions

Switch the execution profile that controls which CI/CD plugins run on each push. Accepts exactly one of: "fast" (minimal CI — core lint and test only, recommended during active development for quick feedback), "full" (complete CI — adds security scan, coverage, and formatting; switch before merging), or "release" (full CI/CD — adds build, deploy, and release notes). The change applies globally and takes effect on the next triggered event. Returns the new profile; verify the current one any time with actiond_profile_get.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileYesExecution profile: "fast", "full", or "release"

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv0.1.1
    • addedInput schema / properties / profile / enum
      Added value: +[
      +  "fast",
      +  "full",
      +  "release"
      +]
  2. First observedv0.1.0

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already indicate idempotent and not destructive. Description adds meaningful context: global application and timing of effect. There is no contradiction between annotations and description.

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 compact and information-dense. The purpose, allowed values, usage recommendations, scope, timing, and return value are each addressed in a single, well-structured paragraph with no filler.

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?

For a simple profile-switching tool, the description covers what it does, what values exist, when to use them, the scope of effect, and the return value. No additional context is needed to use it correctly.

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?

The schema already covers the enum values, and the description enriches each with its intended use case. Parameter semantics are fully explained beyond the schema's minimal description.

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?

Clearly states the action ('Switch'), the resource ('execution profile'), and the effect ('controls which CI/CD plugins run'). Distinguishes from siblings like actiond_profile_get by specifying the switching behavior.

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?

Provides explicit guidance for each allowed value: 'fast' for active development, 'full' before merging, 'release' for full CI/CD. Notes that the change applies globally and takes effect on the next event. Does not explicitly contrast with individual plugin controls, but the value-level guidance is sufficient.

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

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/JoeGlenn1213/ActionD'

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