Skip to main content
Glama
alameddinc

compy-mcp

by alameddinc

List Compy tasks

list_tasks

List captured notes and tasks with optional filters by site and tag. Retrieve the full set of your Compy highlights and tasks.

Instructions

List captured notes/tasks, optionally filtered by site or tag. Use when you want the full set rather than a keyword search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteNoFilter by origin or host
labelNoFilter by tag/label
limitNoMax results (default 100)
Behavior3/5

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

With no annotations, the description should disclose behavioral traits. It mentions optional filters but does not explain behavior like default ordering, pagination (limit is mentioned but not explained), or what 'captured' means. Basic transparency, but gaps remain.

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, no filler, no redundancy. Information is front-loaded with the core action and optionality.

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?

For a tool with 3 parameters and no output schema, the description is somewhat complete but lacks detail on return format, pagination behavior, and what constitutes 'captured'. Could improve by specifying output structure.

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?

Schema coverage is 100%, so baseline is 3. Description adds little beyond schema, only rephrasing 'site' and 'label' as 'site or tag'. No additional semantic context for parameters.

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 it lists captured notes/tasks with optional filtering by site or tag, and distinguishes from sibling 'search_notes' by specifying 'full set' vs keyword search.

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?

Provides clear guidance on when to use ('when you want the full set rather than a keyword search'), effectively differentiating from the sibling tool 'search_notes', though no exclusions or alternatives beyond that are mentioned.

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/alameddinc/compy-mcp'

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