Skip to main content
Glama
devenv

boris-mcp

by devenv

activity

Track denied tool calls and access decisions. Filter by denial, assignment, or revocation and paginate with a cursor to monitor probing attempts.

Instructions

The shenanigans log: every denied tool call, and every access decision you made.

This is the signal that somebody is probing the edges — a caller repeatedly asking for things above their circle shows up here as a run of denials with their subject on it. Nothing is redacted; the denial the caller received was deliberately vaguer than the line written here.

kind filters: 'denial' | 'assignment' | 'revocation'. since is a cursor (the id of the last entry in the previous page); pass it back to get only what arrived after it, oldest first, and keep polling while count == limit to drain the whole backlog gap-free.

Tier: owner.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo
limitNo
sinceNo
Behavior5/5

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

With no annotations, description fully discloses behavior: it records denials, assignments, revocations; notes redaction difference; explains cursor-based pagination and polling mechanics. Transparent about what the tool does and its quirks.

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?

Well-structured with opener, content, filter details, pagination note, and tier. Somewhat verbose but each sentence adds value. Could be slightly more concise.

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?

No output schema, but description explains what entries contain (subject) and pagination behavior. Might miss full return structure but sufficient for basic usage.

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?

Despite 0% schema coverage, description explains kind (denial/assignment/revocation) and since as a cursor. Limit is not described but has a sensible default. Overall adds significant meaning beyond raw schema.

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 it logs 'every denied tool call, and every access decision you made'. This is specific and distinguishes it from siblings like grant/revoke which manage access, while activity records them.

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?

Explains how to use filters (kind, since) and pagination (polling while count==limit). However, lacks explicit guidance on when to use vs alternatives or when not to use it.

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/devenv/boris-mcp'

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