Skip to main content
Glama

update_agent_model_rule

Modify an existing agent model rule to permit or restrict LLM model access. Define allowed and denied model patterns for specific agents.

Instructions

Create a new agent model access rule. Controls which LLM models an agent can use through the VibOps LLM proxy.

Examples:

  • Allow pricing agents only Llama models: pattern="pricing-", allowed=["llama-"]

  • Block all agents from GPT-4o: pattern="", denied=["gpt-4o"]

Args: agent_id_pattern: Glob pattern matching agent IDs (e.g. "pricing-", ""). allowed_models: List of model glob patterns the agent MAY use. Empty = all allowed. denied_models: List of model glob patterns the agent MUST NOT use. Deny overrides allow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
denied_modelsNo
allowed_modelsNo
agent_id_patternYes
Behavior3/5

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

With no annotations, the description must fully disclose behavior. It mentions that deny overrides allow, a key behavioral trait. However, it does not specify whether the tool is idempotent, replaces or merges rules, or if it requires specific permissions. The name-update vs description-create mismatch further undermines transparency.

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 well-structured with a brief overview, examples, and a clear argument list. It is concise without unnecessary details, though the name-description mismatch is a minor structural flaw.

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?

Given the lack of output schema and annotations, the description adequately explains functionality and parameters. However, it misses return values, error handling, and behavioral details like overwrite behavior, leaving gaps for an agent relying solely on it.

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 input schema has 0% description coverage, so the description fully compensates. It explains each parameter (agent_id_pattern, allowed_models, denied_models) with clear formats and examples, adding significant meaning beyond the schema.

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 states the tool creates an agent model access rule and controls which LLM models an agent can use. It is specific about the resource and action, though the name 'update' contradicts 'create', causing minor confusion.

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 provides examples illustrating when to use the tool, such as allowing Llama models or blocking GPT-4o. However, it lacks explicit guidance on when not to use it or alternatives, leaving the agent to infer usage context.

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/VibOpsai/vibops-mcp'

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