Skip to main content
Glama

set_config

Set preferences for task tracking across provider layers; use global scope for all repos or repo scope to override settings for a single repository.

Instructions

Configure preferences centrally — they propagate to every provider layer. scope=global writes the spec that applies to all repos; scope=repo overrides it for this repo only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeYesWhere the settings apply.
branchNoBranch to scope to (optional; the backend decides its use).
configYesThe settings to merge in.
projectNoThe project id — an opaque, supplied string, never derived. Omit to use the server's --project-id default.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
effectiveYes

Schema Changelog

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

  1. First observedv0.21.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden, and it delivers: it discloses that settings propagate to every provider layer and that repo scope overrides global for a single repo. It could add more about merge-vs-replace semantics or return/error behavior, but the core side-effect profile is clearly stated.

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 contain the essential behavioral model and scope semantics with no fluff. The central propagation fact is front-loaded, and the global/repo override rule follows immediately.

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 setter with a rich nested schema and an output schema, the description plus schema is sufficient to call the tool correctly. Minor gaps are the lack of explicit mention that config is merged (though the schema says 'settings to merge in') and no direct guidance on branch/project parameters, but those are documented in the schema.

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?

Schema coverage is 100%, so the baseline is 3; the description adds real semantic value by explaining what scope=global and scope=repo actually do, which the schema's generic 'Where the settings apply' does not. It does not re-describe every config key, which is appropriate since the schema already documents them.

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 opens with a specific verb and resource ('Configure preferences') and immediately clarifies the central, propagating nature of the operation. The scope=global vs scope=repo distinction makes the tool's behavior and scope unmistakable and differentiates it from the read-only get_config sibling.

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?

It gives clear context for when to choose global vs repo scope, including the effect of each ('writes the spec that applies to all repos' vs 'overrides it for this repo only'). It does not explicitly name alternatives or exclusions, but the usage context is strong enough for an agent to apply it correctly.

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/outputty/tasks-mcp'

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