Skip to main content
Glama

df_rule_project_override

Enable or disable global rules for the current project, applying overrides only to this project.

Instructions

Activar o desactivar una regla global para el proyecto actual. El override solo aplica a este proyecto.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledYestrue para activar, false para desactivar en este proyecto
ruleNameYesNombre de la regla global a sobreescribir

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.15

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It usefully discloses that the override applies only to the current project, but it does not mention reversibility, what happens to an existing override, required permissions, or side effects. That is a meaningful but incomplete disclosure.

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 short, focused sentences with the action first and the scoping constraint second. No filler or redundancy; every word earns its place.

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 low-complexity two-parameter toggle with fully documented parameters, the description covers the action and the crucial project-only scope. The only gaps are lack of confirmation/return behavior and explicit prerequisite about the current project, which are minor for this tool.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description reinforces the enabled semantics and adds the override concept, but it does not add detail beyond the schema's own parameter descriptions.

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 uses a specific verb ('Activar o desactivar') and a specific resource ('una regla global para el proyecto actual'), and the second sentence ('El override solo aplica a este proyecto') distinguishes it from global rule tools such as df_rule_toggle. An agent can tell what this tool does without opening the schema.

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 clearly conveys that this tool is for project-scoped overrides and that the effect is limited to the current project, which orients the agent toward using it instead of a global rule toggle. It does not explicitly name alternatives or state when not to use it, so it stops short of a 5.

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