Skip to main content
Glama
KOVY

agentforge-trust-mcp

by KOVY

evaluate_policy

Check if a server meets a custom trust policy by evaluating scores and badges. Returns allowed status and per-check results to guide agent decisions like server selection for sensitive tasks.

Instructions

Check whether a server passes a trust policy. Returns allowed:true/false plus individual check results. Example policy: {min_overall: 70, required_badges: ['actively_maintained']}. Use this to gate agent decisions like 'should I use this server for financial data?'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
server_idNo
slugNo
github_urlNo
policyYes
Behavior3/5

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

Annotations are missing, so description carries the burden. It explains return format (allowed:true/false plus individual checks) but does not disclose whether the tool modifies state, requires authentication, or has rate limits. No contradictions, but adds moderate value beyond annotations.

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 plus a policy example. Extremely concise, no filler. Front-loaded with core purpose, then example clarifies usage. Every sentence 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?

Given moderate complexity (4 parameters, nested object, no output schema), the description is complete enough: states purpose, return format, and gives example. No explanation of individual parameters beyond the example, but the schema and example together suffice.

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 0%, so description must compensate. It does not detail parameters but provides a comprehensive example policy that covers most parameter fields intuitively. For a nested object with 5 sub-fields, the example aids understanding significantly.

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?

Description clearly states the tool checks trust policy, returns allowed:true/false with details, and provides a real example. This distinguishes it from siblings like 'recommend' or 'list_trusted'.

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 includes a use-case example for gating decisions about server use for financial data, but does not explicitly mention when not to use this tool vs alternatives like check_trust.

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/KOVY/agentforge-trust-mcp'

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