Skip to main content
Glama
shiquda
by shiquda

list_dependency_views

List dependency planning views in a project. Returns summaries by default, with options to include task snapshots or raw node and edge data.

Instructions

List dependency planning views in a project. Returns summaries by default; set includeTasks=true for Agent-friendly task snapshots or verbose=true for raw node and edge data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verboseNo
projectIdYes
includeTasksNo
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It reveals that default output is summaries and that verbose provides 'raw node and edge data,' which is meaningful. It omits pagination or permission details, but for a listing tool this is acceptable.

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?

A single sentence, front-loaded with the action and resource, then compactly captures three output modes. No filler words or redundant information.

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 no output schema and no annotations, the description adequately conveys what output variants exist but not their exact structure (e.g., summary fields, node/edge formats). It is sufficient for tool selection, though slightly more detail on return shape would make it fully complete.

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?

Schema description coverage is 0%, yet the description explains the semantic effect of includeTasks and verbose booleans beyond their bare definitions. The required projectId is self-evident from the 'in a project' scope, fully compensating for the lack of schema descriptions.

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 'List' with a clear resource 'dependency planning views' and scope 'in a project.' It distinguishes from sibling tools like get_dependency_view by implying collection-level listing rather than single-view retrieval.

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?

It explicitly states the default behavior (summaries) and describes the two optional modes (includeTasks, verbose), giving clear context on how to tailor the output. It does not explicitly mention when to prefer get_dependency_view, but the collection-vs-single distinction is evident from sibling names.

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/shiquda/roadmap-skill'

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