Skip to main content
Glama

Read tenant settings

cs_admin_list_tenant_settings

Retrieves tenant-wide Power Platform settings for governance, sharing, support, and licensing. Optionally writes the settings to a JSON file as a reference copy for source control.

Instructions

The tenant-wide Power Platform settings (governance, sharing, support, licensing). With settingsFile, pac writes them as JSON to that path; that file is the reference copy to keep in source control. Runs 'pac admin list-tenant-settings' with the active pac auth profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoWorking directory for pac (for project commands: the solution project folder)
profileNopac auth profile to run as: the admin account for tenant commands. Defaults to CPS_ADMIN_PROFILE for admin commands and CPS_PAC_PROFILE otherwise, then the active profile. cs_init lists the profiles.
backgroundNoRun in the background and return a jobId immediately, for a command that takes longer than the client will wait. Poll cs_job_status.
settingsFileNoWrite the settings to this .json file
timeoutSecondsNoDefault 600

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.5

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description must carry the transparency burden. It discloses that with settingsFile it writes JSON to a path and that the file is the reference copy, and that it runs under the active auth profile. However, it does not explicitly state that this is a read-only operation (though implied by 'list'), nor does it describe the default output when settingsFile is not provided, or any permission or side-effect details. This is partial but not comprehensive.

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 two sentences and front-loads the primary purpose before adding the settingsFile detail. It is efficient with no redundancy, though it could be slightly more structured to separate core behavior from the file-writing nuance. Overall, it earns its sentences.

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

Completeness3/5

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

For a read-only list tool with no output schema, the description covers the main operation and the settingsFile behavior, but it leaves ambiguity about what happens when settingsFile is omitted (presumably console output, but not stated). It also does not mention authentication prerequisites beyond the active profile, or any limitations. Given the simplicity, it is adequate but not fully complete.

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 all five parameters are already documented in the schema. The description adds value by explaining the purpose of settingsFile as a reference copy for source control, which is not in the schema. However, it does not elaborate on the other parameters (cwd, profile, background, timeoutSeconds) beyond what the schema states, so it provides minimal additional semantic context overall.

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 clearly identifies the tool as reading tenant-wide Power Platform settings (governance, sharing, support, licensing) and references the underlying 'pac admin list-tenant-settings' command. It distinguishes the read intent from the update sibling (cs_admin_update_tenant_settings) by title, but does not explicitly name the alternative, so it falls short of a 5.

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

Usage Guidelines3/5

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

The description implies usage for reading tenant settings but provides no explicit guidance on when to choose this over alternatives or when not to use it. It does not mention exclusions or conditions. The mention of settingsFile being a reference copy suggests a source-control use case, but this is not framed as a decision rule.

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