Skip to main content
Glama
aeoess

agent-passport-system-mcp

by aeoess

load_values_floor

Loads a values floor from YAML content to set the baseline principles for policy evaluation.

Instructions

Load a Values Floor from YAML. Sets the floor principles for policy evaluation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yamlYesValues Floor YAML content
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It indicates a state-changing operation (load/set) but does not mention whether existing floors are overwritten, permissions required, validation behavior, or side effects. This is a significant gap for a mutation-like tool.

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 two short sentences with no filler. Every word contributes to the understanding of the tool's function.

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 simple single-parameter tool without an output schema, the description conveys the core purpose and effect. It could be more complete by adding usage context or side effects, but given the low complexity, it is reasonably adequate.

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?

The input schema already covers the single 'yaml' parameter with 100% description coverage. The tool description reinforces that the YAML content defines the Values Floor, but adds no further detail on expected structure or format. Baseline 3 applies since the schema handles the heavy lifting.

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 verb 'Load' and the resource 'Values Floor from YAML', and adds the specific purpose 'Sets the floor principles for policy evaluation.' This is specific and distinguishable from siblings like 'attest_to_floor' which implies a different action.

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 gives clear context: this tool is used to set floor principles for policy evaluation, implying the appropriate scenario. However, it does not explicitly exclude 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.

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/aeoess/agent-passport-mcp'

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