Skip to main content
Glama
Keel-GRC

mcp-keelgrc

Official
by Keel-GRC

keel_add_evidence_link

Attach a URL as evidence to a compliance control, capturing the link with optional title and description for audit-ready documentation.

Instructions

Attach a URL as evidence, optionally against a control. This tool covers link evidence only — uploading a file is a multipart request the REST API supports but this stdio server does not, so use the Keel app or the REST API directly for file evidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYeshttp(s) URL of the evidence (required).
titleNoDefaults to the URL hostname.
controlIdNoControl id to attach the evidence to.
controlKeyNoControl key to attach to, resolved server-side. Alternative to controlId.
descriptionNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description correctly carries the behavioral disclosure burden. It reveals a meaningful limitation: multipart file upload is unsupported by this stdio server and routes the user elsewhere. It could additionally state what the tool returns or what happens on duplicate links, but the disclosed constraint is valuable and accurate.

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 compact sentences: the first states the core action, the second adds the critical limitation and alternative. Every sentence earns its place and the key scope constraint is front-loaded.

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 link-attachment tool, the description covers what the tool does, its scope, and its main exclusion. The parameter schema covers the remaining invocation details. It does not describe response/return behavior, but no output schema exists and the action is simple enough that this is not a significant gap.

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 documents all four parameters with clear descriptions, so the schema-description coverage is high. The tool description adds only that a control target is optional, which is already visible in the schema. It does not clarify the difference between controlId and controlKey, but the schema descriptions handle that adequately.

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+resource pair ('Attach a URL as evidence') and immediately scopes itself to link-only evidence, distinguishing it from general evidence creation or file upload tools. It also names the optional control target. This is clearly differentiated from sibling evidence/control tools.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool (link evidence only) and when not to use it (file evidence), and names the alternatives: the Keel app or the REST API. That is an explicit when/when-not/alternatives statement.

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

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/Keel-GRC/keelgrc-mcp'

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